1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 12:19:26 +00:00

[neovim] Add mini-surround

This commit is contained in:
2025-02-13 18:29:41 +01:00
parent 2059c85c13
commit 7972bb6ebb
5 changed files with 37 additions and 24 deletions

View File

@ -90,6 +90,7 @@ require("lazy").setup({
{ "echasnovski/mini.animate", event = "VeryLazy", version = "*" },
{ "echasnovski/mini.comment", event = "VeryLazy", version = "*" },
{ "echasnovski/mini.pairs", event = "VeryLazy", version = "*" },
{ "echasnovski/mini.surround", event = "VeryLazy", version = "*" },
{ "echasnovski/mini.starter", lazy = "VimEnter", version = "*" },
{ "JoosepAlviste/nvim-ts-context-commentstring", lazy = true, opts = {
enable_autocmd = false,