nvim: hide whitespaces

This commit is contained in:
Daniel Lundin 2024-06-03 21:47:20 +02:00
parent 2339c4d2b9
commit f6c264a7d2
No known key found for this signature in database

View file

@ -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