mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-25 12:51:45 +00:00
trying auto restoring session plugins
This commit is contained in:
parent
0cbd3722da
commit
f219313212
4
lua/custom/plugins/autosession.lua
Normal file
4
lua/custom/plugins/autosession.lua
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
-- Plugin to automatically create and restore simple sessions
|
||||||
|
return {
|
||||||
|
'rmagatti/auto-session',
|
||||||
|
}
|
4
lua/custom/plugins/lastplace.lua
Normal file
4
lua/custom/plugins/lastplace.lua
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
-- Plugin to intelligently reopen files at last edit position
|
||||||
|
return {
|
||||||
|
'farmergreg/vim-lastplace',
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user