vimPlugins.plantuml-nvim: init at 2025-06-16 (#421504)

This commit is contained in:
Gaétan Lepage 2025-07-02 10:08:00 +02:00 committed by GitHub
commit aa8c0886d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 32 additions and 0 deletions

View File

@ -228,6 +228,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
LibDeflate-nvim = buildVimPlugin {
pname = "LibDeflate.nvim";
version = "2025-06-16";
src = fetchFromGitHub {
owner = "goropikari";
repo = "LibDeflate.nvim";
rev = "c51cd94acf5bc7d3b75b1e202cf5fdac011fee46";
sha256 = "00007arhm8lvjxl2yz03i00czc010p6qf35xhnwjp3h9bylnzdjl";
};
meta.homepage = "https://github.com/goropikari/LibDeflate.nvim/";
meta.hydraPlatforms = [ ];
};
LuaSnip-snippets-nvim = buildVimPlugin {
pname = "LuaSnip-snippets.nvim";
version = "2022-03-17";
@ -12351,6 +12364,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
plantuml-nvim = buildVimPlugin {
pname = "plantuml.nvim";
version = "2025-06-16";
src = fetchFromGitHub {
owner = "goropikari";
repo = "plantuml.nvim";
rev = "66d4dca1b8607be646ed532521ba0f04095361c4";
sha256 = "0b39pmf8wkpi29va6qc2zhj1d0wc8wp6zcmn731xw649r2ysyd6n";
};
meta.homepage = "https://github.com/goropikari/plantuml.nvim/";
meta.hydraPlatforms = [ ];
};
plantuml-previewer-vim = buildVimPlugin {
pname = "plantuml-previewer.vim";
version = "2024-10-28";

View File

@ -2912,6 +2912,10 @@ in
'';
};
plantuml-nvim = super.plantuml-nvim.overrideAttrs {
dependencies = [ self.LibDeflate-nvim ];
};
playground = super.playground.overrideAttrs {
dependencies = with self; [
# we need the 'query' grammar to make

View File

@ -16,6 +16,7 @@ https://github.com/martinda/Jenkinsfile-vim-syntax/,,
https://github.com/vigoux/LanguageTool.nvim/,,
https://github.com/LazyVim/LazyVim/,,
https://github.com/Yggdroot/LeaderF/,,
https://github.com/goropikari/LibDeflate.nvim/,HEAD,
https://github.com/molleweide/LuaSnip-snippets.nvim/,HEAD,
https://github.com/Valloric/MatchTagAlways/,,
https://github.com/numToStr/Navigator.nvim/,,
@ -950,6 +951,7 @@ https://github.com/phha/zenburn.nvim/,,phha-zenburn
https://github.com/motus/pig.vim/,,
https://github.com/weirongxu/plantuml-previewer.vim/,HEAD,
https://github.com/aklt/plantuml-syntax/,,
https://github.com/goropikari/plantuml.nvim/,HEAD,
https://github.com/nvim-treesitter/playground/,,
https://github.com/olivercederborg/poimandres.nvim/,HEAD,
https://github.com/epwalsh/pomo.nvim/,HEAD,