don't show input mode
This commit is contained in:
parent
46844b9f26
commit
a77b02cb71
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ vim.wo.signcolumn = "yes"
|
||||||
vim.o.undofile = true
|
vim.o.undofile = true
|
||||||
vim.o.clipboard = "unnamedplus"
|
vim.o.clipboard = "unnamedplus"
|
||||||
|
|
||||||
|
vim.o.showmode = false
|
||||||
|
|
||||||
vim.cmd([[ set noswapfile ]])
|
vim.cmd([[ set noswapfile ]])
|
||||||
|
|
||||||
-- Neovide
|
-- Neovide
|
||||||
|
|
Loading…
Reference in a new issue