mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-14 21:13:49 +00:00
5 lines
103 B
Lua
5 lines
103 B
Lua
|
-- Plugin to intelligently reopen files at last edit position
|
||
|
return {
|
||
|
'farmergreg/vim-lastplace',
|
||
|
}
|