fix: set scrolloff in local not global scope (#1319)

This commit is contained in:
Jakub Łuczyński
2021-10-09 15:04:37 +02:00
committed by GitHub
parent 2dc75704b7
commit fc6a5009b4

View File

@@ -1,2 +1,2 @@
-- Don't have scrolloff, it makes things weird.
vim.opt.scrolloff = 0
vim.opt_local.scrolloff = 0