mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
vimPlugins.nvzone-volt: init 2024-11-17
This commit is contained in:
parent
f8b656d071
commit
c45f48cdee
@ -9846,6 +9846,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/zbirenbaum/nvterm/";
|
||||
};
|
||||
|
||||
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";
|
||||
|
@ -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/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