From 94980b0be13a690128992d98a2ed5db3ab592642 Mon Sep 17 00:00:00 2001 From: triethyl Date: Fri, 15 Aug 2025 13:50:20 -0400 Subject: neovim: fixed performance I don't know what it did but this seems to have fixed performance issues? --- 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 2e273cc..20f3e01 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,curdir,folds,help,tabpages,winsize,winpos,terminal,globals,buffers" -- define what is saved with the session. +vim.o.sessionoptions = "blank,curdir,folds,help,tabpages,winsize,winpos,terminal,globals,buffers,localoptions" -- define what is saved with the session. -- Split Behavior vim.o.splitright = true -- cgit v1.2.3