set showcmd option to false
This commit is contained in:
@@ -29,6 +29,7 @@ opt.clipboard = "unnamedplus"
|
|||||||
opt.signcolumn = "yes"
|
opt.signcolumn = "yes"
|
||||||
opt.fillchars:append({ eob = " " })
|
opt.fillchars:append({ eob = " " })
|
||||||
opt.showtabline = 2
|
opt.showtabline = 2
|
||||||
|
opt.showcmd = false
|
||||||
|
|
||||||
-- if vim.fn.has("win32") == 1 then
|
-- if vim.fn.has("win32") == 1 then
|
||||||
-- opt.shell = "powershell.exe"
|
-- opt.shell = "powershell.exe"
|
||||||
|
|||||||
Reference in New Issue
Block a user