mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 11:12:39 +00:00
Fix oldfiles issue in Neovim
This commit is contained in:
parent
71fa278077
commit
36429f23b7
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ require("lazy").setup({
|
||||||
log_level = "error",
|
log_level = "error",
|
||||||
},
|
},
|
||||||
init = function()
|
init = function()
|
||||||
vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions"
|
vim.o.sessionoptions = "blank,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions"
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue