From a64403c47095f5d4f6d0fef387c1d318177c6112 Mon Sep 17 00:00:00 2001 From: AeroGlory Date: Sun, 22 Feb 2026 16:49:54 -0500 Subject: [PATCH] remove autosession settings --- lua/aeroglory/init.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/aeroglory/init.lua b/lua/aeroglory/init.lua index 99dd721..952ad72 100644 --- a/lua/aeroglory/init.lua +++ b/lua/aeroglory/init.lua @@ -23,8 +23,5 @@ vim.keymap.set({ "n", "v" }, "y", [["+y]]) vim.keymap.set("n", "Y", [["+Y]]) vim.keymap.set("n", "p", [["+p]]) ---For AutoSession.nvim -vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions" - --Rust makes this inflate faster than a furry with a strange fetish vim.lsp.set_log_level("off")