From 92c8721b603176507e0989361585b625a470380e Mon Sep 17 00:00:00 2001 From: kdx Date: Sun, 22 Jan 2023 17:55:06 +0100 Subject: disable showmode --- init.lua | 1 + 1 file changed, 1 insertion(+) 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", "", ":noh") map("n", ";F", ":Telescope find_files") -- cgit v1.2.3