1
0
Fork 0

save last 1000 files instead of 100

This commit is contained in:
tastytea 2022-08-27 17:42:03 +02:00
parent 5c381ad548
commit f3621425c8
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ local options = {
laststatus = 3, -- global statusline
formatoptions = vim.o.formatoptions .. 'n',
splitright = true, -- split vertical window right
shada = [['1000,<50,s10,h]] -- save last 1000 files
}
for k, v in pairs(options) do
vim.o[k] = v