Remove nvim-surround

This commit is contained in:
2025-05-22 17:43:28 -06:00
parent 9b3b22a0d6
commit c5c9521c16

View File

@@ -1,7 +0,0 @@
-- Surround
return {
"kylechui/nvim-surround",
event = { "BufReadPre", "BufNewFile" },
version = "*", -- Use for stability; omit to use `main` branch for the latest features
config = true,
}