mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-14 21:13:49 +00:00
configure rmagatti/auto-session to auto restore last session
This commit is contained in:
parent
f219313212
commit
7f9256b56c
@ -1,4 +1,9 @@
|
||||
-- Plugin to automatically create and restore simple sessions
|
||||
return {
|
||||
'rmagatti/auto-session',
|
||||
config = function()
|
||||
require('auto-session').setup {
|
||||
auto_session_enable_last_session = true,
|
||||
}
|
||||
end,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user