vimPlugins.plantuml-nvim: init at 2025-06-16

This commit is contained in:
Jan Lafferton 2025-07-02 08:56:03 +02:00
parent a32cf1d252
commit a295cff923
No known key found for this signature in database
3 changed files with 18 additions and 0 deletions

View File

@ -12338,6 +12338,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

@ -2908,6 +2908,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

@ -949,6 +949,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,