feat: nvim scrolloff to see what you're doing when doing search and replace

This commit is contained in:
AngeD 2022-09-08 09:43:51 +02:00
parent a5ce61a59f
commit d0d3978a05

View File

@ -48,6 +48,7 @@ vim.o.foldlevel = 99
vim.o.grepprg = "grep -rn"
vim.o.scrolloff = 2
vim.wo.cc = "80"
-- keybindings