1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 11:09:25 +00:00

[neovim] Update plugins

This commit is contained in:
2025-05-21 18:49:04 +02:00
parent 9240d26985
commit 5954e722a4
2 changed files with 28 additions and 29 deletions

View File

@ -93,7 +93,6 @@ require("lazy").setup({
{ "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,
} },