mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-14 21:13:49 +00:00
5 lines
100 B
Lua
5 lines
100 B
Lua
|
-- Plugin to automatically create and restore simple sessions
|
||
|
return {
|
||
|
'rmagatti/auto-session',
|
||
|
}
|