nvim-config/lua/custom/plugins/lastplace.lua

7 lines
114 B
Lua
Raw Normal View History

2024-06-19 17:48:41 +00:00
-- Plugin to intelligently reopen files at last edit position
return {
{
'farmergreg/vim-lastplace',
},
2024-06-19 17:48:41 +00:00
}