chore(nvim): many changes
This commit is contained in:
parent
8a13160754
commit
03e8f03b8e
7 changed files with 113 additions and 26 deletions
|
@ -47,3 +47,7 @@ vim.opt.signcolumn = "yes"
|
|||
vim.opt.autoread = true
|
||||
-- disable swapfile
|
||||
vim.opt.swapfile = false
|
||||
-- disable statusline
|
||||
vim.o.laststatus = 1
|
||||
-- border on floating windows
|
||||
vim.o.winborder = nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue