Remove nvim-surround

This commit is contained in:
Vaclav Uruba 2025-05-22 17:43:28 -06:00
parent 9b3b22a0d6
commit c5c9521c16
Signed by: uruba
GPG Key ID: 9D8E987C4B2E1E9C

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,
}