Added plugins
This commit is contained in:
parent
d350db2449
commit
a1fdb97f3e
3 changed files with 17 additions and 1 deletions
8
lua/custom/plugins/nvim-surround.lua
Normal file
8
lua/custom/plugins/nvim-surround.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"kylechui/nvim-surround",
|
||||
config = function()
|
||||
require("nvim-surround").setup({
|
||||
-- Configuration here, or leave empty to use defaults
|
||||
})
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue