mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 07:40:05 +08:00
6 lines
142 B
Lua
6 lines
142 B
Lua
-- Don't have scrolloff, it makes things weird.
|
|
vim.opt_local.scrolloff = 0
|
|
vim.opt_local.scrollbind = false
|
|
|
|
vim.opt_local.signcolumn = "no"
|