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:
@ -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,
|
||||
|
Reference in New Issue
Block a user