From 04d818b753f86aec987e7e1c00ab0127de2c08f2 Mon Sep 17 00:00:00 2001 From: triethyl Date: Mon, 11 Aug 2025 20:22:37 -0400 Subject: neovim: replace dropbar with incline & more --- pkgs/custom-neovim/config/lua/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 3899c17..844341e 100644 --- a/pkgs/custom-neovim/config/lua/options.lua +++ b/pkgs/custom-neovim/config/lua/options.lua @@ -13,7 +13,7 @@ vim.o.scrolloff = 4 -- minimal number of screen lines to keep above and below th 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,globals" +vim.o.sessionoptions = "blank,curdir,folds,help,tabpages,winsize,winpos,terminal,globals,buffers" -- define what is saved with the session. -- Split Behavior vim.o.splitright = true -- cgit v1.2.3