don't show input mode

This commit is contained in:
Guanran Wang 2024-02-20 01:28:18 +08:00
parent 46844b9f26
commit a77b02cb71
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -13,6 +13,8 @@ vim.wo.signcolumn = "yes"
vim.o.undofile = true
vim.o.clipboard = "unnamedplus"
vim.o.showmode = false
vim.cmd([[ set noswapfile ]])
-- Neovide