finish config

This commit is contained in:
patrickmao 2023-09-06 15:00:42 +08:00
parent 1a971cbdcf
commit c131687240
6 changed files with 159 additions and 22 deletions

View file

@ -0,0 +1,13 @@
return {
'rmagatti/auto-session',
config = function()
require("auto-session").setup {
log_level = "error",
post_restore_cmds = {
function()
require('nvim-tree.api').tree.toggle(false, true)
end
}
}
end
}