Add coc basic config, not fully working yet
This commit is contained in:
7
nvim-coc/lua/plugins/utility/lastplace.lua
Executable file
7
nvim-coc/lua/plugins/utility/lastplace.lua
Executable file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
-- open file at previous position
|
||||
'ethanholz/nvim-lastplace',
|
||||
config = function()
|
||||
require('nvim-lastplace').setup{}
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user