nvim: add surroudn

This commit is contained in:
2023-07-08 15:20:43 +03:00
parent fee1efaadd
commit 4cff48c043
2 changed files with 37 additions and 29 deletions

View File

@ -0,0 +1,8 @@
return {
"kylechui/nvim-surround",
version = "*",
event = "VeryLazy",
config = function()
require("nvim-surround").setup({})
end,
}