set showcmd option to false

This commit is contained in:
2022-03-03 11:08:25 +03:00
parent 7cecb6f084
commit e040c6aeb2

View File

@@ -29,6 +29,7 @@ opt.clipboard = "unnamedplus"
opt.signcolumn = "yes"
opt.fillchars:append({ eob = " " })
opt.showtabline = 2
opt.showcmd = false
-- if vim.fn.has("win32") == 1 then
-- opt.shell = "powershell.exe"