diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 751729dcee36..a10328ae76f7 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -9846,6 +9846,18 @@ final: prev: meta.homepage = "https://github.com/zbirenbaum/nvterm/"; }; + nvzone-minty = buildVimPlugin { + pname = "nvzone-minty"; + version = "2024-11-16"; + src = fetchFromGitHub { + owner = "nvzone"; + repo = "minty"; + rev = "a3d69bd63fc98f640815f94b797bf978e9193022"; + sha256 = "1chq2qqa2yps366rh5gdylvlz09q13ilw2k4cr95a2ivp887qcyz"; + }; + meta.homepage = "https://github.com/nvzone/minty/"; + }; + nvzone-volt = buildVimPlugin { pname = "nvzone-volt"; version = "2024-11-17"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 7a299f346a4c..b5020ac51632 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -1991,6 +1991,10 @@ in nvimRequireCheck = "ufo"; }; + nvzone-minty = super.nvzone-minty.overrideAttrs { + dependencies = with self; [ nvzone-volt ]; + }; + obsidian-nvim = super.obsidian-nvim.overrideAttrs { dependencies = with self; [ plenary-nvim ]; nvimRequireCheck = "obsidian"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index a4578282939b..4c6717a37820 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -818,6 +818,7 @@ https://github.com/roxma/nvim-yarp/,, https://github.com/andersevenrud/nvim_context_vt/,, https://github.com/neovim/nvimdev.nvim/,, https://github.com/zbirenbaum/nvterm/,HEAD, +https://github.com/nvzone/minty/,HEAD,nvzone-minty https://github.com/nvzone/volt/,HEAD,nvzone-volt https://github.com/epwalsh/obsidian.nvim/,HEAD, https://github.com/nvimdev/oceanic-material/,,