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

5 lines
103 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',
}