set 'showmode' to false

This commit is contained in:
2022-04-09 23:58:29 +03:00
parent 5a89ccff44
commit ed982b6d8a

View File

@@ -39,6 +39,7 @@ opt.ignorecase = true
opt.scrolloff = 5 opt.scrolloff = 5
opt.colorcolumn = "120" opt.colorcolumn = "120"
opt.autoread = true opt.autoread = true
opt.showmode = false
-- if vim.fn.has("win32") == 1 then -- if vim.fn.has("win32") == 1 then
-- opt.shell = "powershell.exe" -- opt.shell = "powershell.exe"