mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2025-12-06 06:46:10 +00:00
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.
|
-- Don't have scrolloff, it makes things weird.
|
||||||
vim.opt.scrolloff = 0
|
vim.opt_local.scrolloff = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user