nvim: hide whitespaces
This commit is contained in:
parent
2339c4d2b9
commit
f6c264a7d2
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ vim.g.root_spec = { { ".git", "lua" }, "lsp", "cwd" }
|
|||
|
||||
vim.o.autochdir = true
|
||||
vim.o.fillchars = "stl: ,stlnc: ,eob:🮙"
|
||||
vim.o.list = false
|
||||
vim.o.scrolloff = 7
|
||||
vim.o.splitkeep = "screen"
|
||||
vim.o.updatetime = 2500
|
||||
|
|
Loading…
Reference in a new issue