Add vim-lastplace

This commit is contained in:
2023-09-19 16:23:15 +02:00
parent 8621c176f9
commit 2d3526b0d0
+3
View File
@@ -212,6 +212,9 @@ local plugins = {
"nvim-orgmode/orgmode", "nvim-orgmode/orgmode",
config = function () require("plugins.config.orgmode") end, config = function () require("plugins.config.orgmode") end,
}, },
{
"farmergreg/vim-lastplace",
},
} }
local opts = {} local opts = {}