initial commit

This commit is contained in:
Jenia Dysin 2024-11-23 18:21:52 +00:00
parent 8d1ef972bc
commit 0019dc2b11
30 changed files with 915 additions and 970 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,
}