mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-25 12:51:45 +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
|
-- Plugin to automatically create and restore simple sessions
|
||||||
return {
|
return {
|
||||||
'rmagatti/auto-session',
|
'rmagatti/auto-session',
|
||||||
|
config = function()
|
||||||
|
require('auto-session').setup {
|
||||||
|
auto_session_enable_last_session = true,
|
||||||
|
}
|
||||||
|
end,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user