From e292b5bd5ba856925d7422f8d251970abafc59b5 Mon Sep 17 00:00:00 2001 From: triethyl Date: Mon, 11 Aug 2025 18:53:49 -0400 Subject: neovim: automatic split resizing and cleanup --- pkgs/custom-neovim/config/lua/options.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 296aea3..3899c17 100644 --- a/pkgs/custom-neovim/config/lua/options.lua +++ b/pkgs/custom-neovim/config/lua/options.lua @@ -12,8 +12,8 @@ vim.o.number = true -- set absolute 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" +-- vim.o.equalalways = true -- equalize splits +vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,globals" -- Split Behavior vim.o.splitright = true -- cgit v1.2.3