feat(nvim): add new plugins
This commit is contained in:
parent
25306a0093
commit
07e552df83
2 changed files with 60 additions and 2 deletions
config/neovim/after/plugin
6
config/neovim/after/plugin/nvim-lastplace.lua
Normal file
6
config/neovim/after/plugin/nvim-lastplace.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
local has_lastplace, lastplace = pcall(require, "nvim-lastplace")
|
||||
if not has_lastplace then
|
||||
return
|
||||
end
|
||||
|
||||
lastplace.setup {}
|
Loading…
Add table
Add a link
Reference in a new issue