fix: limit shada file

This commit is contained in:
2026-08-29 15:57:18 +02:00
parent c4d76c9025
commit a6f5ee48d2
+3 -2
View File
@@ -1,6 +1,7 @@
-- General ===================================================================== -- General =====================================================================
vim.g.mapleader = ' ' -- Use `<Space>` as <Leader> key vim.g.mapleader = ' ' -- Use `<Space>` as <Leader> key
vim.o.undofile = true -- Enable persistent undo vim.o.undofile = true -- Enable persistent undo
vim.o.shada = "'100,<50,s10,:1000,/100,@100,h" -- Limit ShaDa file (for startup)
-- UI ========================================================================== -- UI ==========================================================================
vim.o.breakindent = true -- Indent wrapped lines to match line start vim.o.breakindent = true -- Indent wrapped lines to match line start