config updated with new pluggins added

This commit is contained in:
Peter 2024-11-20 16:12:52 -05:00
parent d814b2e2a4
commit afea8a3618
39 changed files with 1354 additions and 25 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,
}