vimPlugins.nvzone-minty: init 2024-11-16

This commit is contained in:
fmway
2024-11-19 14:43:19 +00:00
parent c45f48cdee
commit 8c7162fd2c
3 changed files with 17 additions and 0 deletions
@@ -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";
@@ -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";
@@ -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/,,