Updated to latest settings
parent
d2d5a4effb
commit
555d200655
@ -0,0 +1,3 @@
|
||||
return {
|
||||
'easymotion/vim-easymotion'
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
return {
|
||||
"kylechui/nvim-surround",
|
||||
version = "*",
|
||||
config = function ()
|
||||
require("nvim-surround").setup()
|
||||
end
|
||||
}
|
Loading…
Reference in New Issue