feat: initial commit

This commit is contained in:
Carlos
2025-02-01 23:17:13 -05:00
commit dbd430eac2
34 changed files with 1132 additions and 0 deletions

View File

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