add vim-surround

This commit is contained in:
2026-05-07 21:14:51 -04:00
parent 170c4bc3b4
commit c7f111312e
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -101,6 +101,11 @@
(when (vim.tbl_contains (vim.split fts ",") vim.bo.filetype)
(attach))))}
;; vim-surround - Add/change/delete surrounding pairs (quotes, brackets, tags)
{repo "tpope/vim-surround"
:dependencies ["tpope/vim-repeat"]
:event "VeryLazy"}
;; Mason - Package manager for LSP servers, DAP servers, linters, formatters
{repo "williamboman/mason.nvim"
:lazy false
+1
View File
@@ -19,5 +19,6 @@
"vim-repeat": { "branch": "master", "commit": "65846025c15494983dafe5e3b46c8f88ab2e9635" },
"vim-sexp": { "branch": "master", "commit": "c6e7180781c5603f5ea0e2305adb0c117e4f8284" },
"vim-sexp-mappings-for-regular-people": { "branch": "master", "commit": "4debb74b0a3e530f1b18e5b7dff98a40b2ad26f1" },
"vim-surround": { "branch": "master", "commit": "3d188ed2113431cf8dac77be61b842acb64433d9" },
"which-key.nvim": { "branch": "main", "commit": "3aab2147e74890957785941f0c1ad87d0a44c15a" }
}