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