aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 0312cbe..ce4cea6 100644
--- a/init.lua
+++ b/init.lua
@@ -22,6 +22,7 @@ vim.opt.incsearch = true
vim.opt.showmatch = true
vim.opt.autoindent = true
vim.opt.ttyfast = true
+vim.opt.showmode = false
map("n", "<space>", ":noh<cr>")
map("n", ";F", ":Telescope find_files<cr>")