1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 13:29:24 +00:00

[neovim] Add mini.animate plugin

This commit is contained in:
2025-02-02 12:05:55 +01:00
parent c6f899c9ac
commit b40fa30e54
3 changed files with 4 additions and 1 deletions

View File

@ -88,6 +88,7 @@ require("lazy").setup({
-- Plugins
{ "nvim-lua/plenary.nvim", lazy = true },
{ "echasnovski/mini.starter", lazy = "VimEnter", version = "*" },
{ "echasnovski/mini.animate", version = "*" },
{ "windwp/nvim-autopairs" },
{ "numToStr/Comment.nvim" },
{ "JoosepAlviste/nvim-ts-context-commentstring" },