1
0
Fork 0

nvim: Set “scrolloff” to four

This commit is contained in:
Olli 2026-02-22 12:19:52 +01:00
commit 08e05cc3a9

View file

@ -46,6 +46,8 @@ autocmd CompleteDone * pclose
lua <<EOF
require("config.lazy")
vim.o.scrolloff = 4;
vim.diagnostic.config({
virtual_text = true,
severity_sort = true,