fix: set scrolloff in local not global scope (#1319)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
-- Don't have scrolloff, it makes things weird.
|
||||
vim.opt.scrolloff = 0
|
||||
vim.opt_local.scrolloff = 0
|
||||
|
||||
Reference in New Issue
Block a user