feat(nvim): add new plugins

This commit is contained in:
Oliver Davies 2023-01-04 22:16:14 +00:00
parent 25306a0093
commit 07e552df83
2 changed files with 60 additions and 2 deletions
config/neovim/after/plugin

View file

@ -0,0 +1,6 @@
local has_lastplace, lastplace = pcall(require, "nvim-lastplace")
if not has_lastplace then
return
end
lastplace.setup {}