From bf773a2df0ccb96d7539b379585e1ef59d80892c Mon Sep 17 00:00:00 2001 From: triethyl Date: Wed, 6 Aug 2025 21:41:31 -0400 Subject: neovim: small misc changes --- pkgs/custom-neovim/config/lua/options.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/custom-neovim/config/lua/options.lua') diff --git a/pkgs/custom-neovim/config/lua/options.lua b/pkgs/custom-neovim/config/lua/options.lua index 5444180..ef80186 100644 --- a/pkgs/custom-neovim/config/lua/options.lua +++ b/pkgs/custom-neovim/config/lua/options.lua @@ -12,6 +12,7 @@ vim.o.relativenumber = true -- set relative numbered lines vim.o.scrolloff = 4 -- minimal number of screen lines to keep above and below the cursor vim.o.signcolumn = "yes" -- always show the sign column, otherwise it would shift the text each time vim.o.clipboard = "unnamedplus" -- use system clipboard +vim.o.equalalways = true -- equalize splits vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions,globals" -- Split Behavior -- cgit v1.2.3