vimPlugins.nvzone-volt: init 2024-11-17

This commit is contained in:
fmway 2024-11-19 14:39:30 +00:00
parent f8b656d071
commit c45f48cdee
2 changed files with 13 additions and 0 deletions

View File

@ -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";

View File

@ -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/,,