feat: nvim scrolloff to see what you're doing when doing search and replace
This commit is contained in:
parent
a5ce61a59f
commit
d0d3978a05
@ -48,6 +48,7 @@ vim.o.foldlevel = 99
|
|||||||
|
|
||||||
vim.o.grepprg = "grep -rn"
|
vim.o.grepprg = "grep -rn"
|
||||||
|
|
||||||
|
vim.o.scrolloff = 2
|
||||||
vim.wo.cc = "80"
|
vim.wo.cc = "80"
|
||||||
|
|
||||||
-- keybindings
|
-- keybindings
|
||||||
|
Loading…
Reference in New Issue
Block a user