mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
Add vimPlugins.{nvzone-menu,nvzone-minty,nvzone-volt} (#357120)
This commit is contained in:
commit
4f9c49eaa1
@ -9846,6 +9846,42 @@ final: prev:
|
||||
meta.homepage = "https://github.com/zbirenbaum/nvterm/";
|
||||
};
|
||||
|
||||
nvzone-menu = buildVimPlugin {
|
||||
pname = "nvzone-menu";
|
||||
version = "2024-11-06";
|
||||
src = fetchFromGitHub {
|
||||
owner = "nvzone";
|
||||
repo = "menu";
|
||||
rev = "657bfc91382c0928453d9a4d0a10ec92db5de2bb";
|
||||
sha256 = "0wssihrhqqkla5sc03sfnd4ai873ap81pgcgfzf70p85i42pbkvm";
|
||||
};
|
||||
meta.homepage = "https://github.com/nvzone/menu/";
|
||||
};
|
||||
|
||||
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";
|
||||
src = fetchFromGitHub {
|
||||
owner = "nvzone";
|
||||
repo = "volt";
|
||||
rev = "41c03a5d6a0a8a997e774a3482d82e5ef820c6ba";
|
||||
sha256 = "0iw3idylw2g63ndc3fidivwb1230l29bg7scy0p0aqw2ddywknhy";
|
||||
};
|
||||
meta.homepage = "https://github.com/nvzone/volt/";
|
||||
};
|
||||
|
||||
obsidian-nvim = buildVimPlugin {
|
||||
pname = "obsidian.nvim";
|
||||
version = "2024-08-01";
|
||||
|
@ -1991,6 +1991,14 @@ in
|
||||
nvimRequireCheck = "ufo";
|
||||
};
|
||||
|
||||
nvzone-menu = super.nvzone-menu.overrideAttrs {
|
||||
dependencies = with self; [ nvzone-volt ];
|
||||
};
|
||||
|
||||
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,9 @@ 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/menu/,HEAD,nvzone-menu
|
||||
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/,,
|
||||
https://github.com/mhartington/oceanic-next/,,
|
||||
|
Loading…
Reference in New Issue
Block a user