add vim-surround
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user