Added scrolloff vim option

This commit is contained in:
Filip Rojek 2024-12-08 02:14:01 +01:00
parent c53f21b065
commit 919b823ab1

View File

@ -1,5 +1,3 @@
if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
-- AstroCore provides a central place to modify mappings, vim options, autocommands, and more!
-- Configuration documentation can be found with `:h astrocore`
-- NOTE: We highly recommend setting up the Lua Language Server (`:LspInstall lua_ls`)
@ -32,6 +30,7 @@ return {
spell = false, -- sets vim.opt.spell
signcolumn = "yes", -- sets vim.opt.signcolumn to yes
wrap = false, -- sets vim.opt.wrap
scrolloff = 8,
},
g = { -- vim.g.<key>
-- configure global vim variables (vim.g)