added nvim-surround

This commit is contained in:
John O'Keefe 2024-03-26 20:28:51 -04:00
parent 69921f938f
commit 20262d896b

6
lua/plugins/surround.lua Normal file
View File

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