Skip to content

Commit aa8c088

Browse files
authored
vimPlugins.plantuml-nvim: init at 2025-06-16 (#421504)
2 parents 72db5c3 + a295cff commit aa8c088

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,19 @@ final: prev: {
228228
meta.hydraPlatforms = [ ];
229229
};
230230

231+
LibDeflate-nvim = buildVimPlugin {
232+
pname = "LibDeflate.nvim";
233+
version = "2025-06-16";
234+
src = fetchFromGitHub {
235+
owner = "goropikari";
236+
repo = "LibDeflate.nvim";
237+
rev = "c51cd94acf5bc7d3b75b1e202cf5fdac011fee46";
238+
sha256 = "00007arhm8lvjxl2yz03i00czc010p6qf35xhnwjp3h9bylnzdjl";
239+
};
240+
meta.homepage = "https://github.com/goropikari/LibDeflate.nvim/";
241+
meta.hydraPlatforms = [ ];
242+
};
243+
231244
LuaSnip-snippets-nvim = buildVimPlugin {
232245
pname = "LuaSnip-snippets.nvim";
233246
version = "2022-03-17";
@@ -12351,6 +12364,19 @@ final: prev: {
1235112364
meta.hydraPlatforms = [ ];
1235212365
};
1235312366

12367+
plantuml-nvim = buildVimPlugin {
12368+
pname = "plantuml.nvim";
12369+
version = "2025-06-16";
12370+
src = fetchFromGitHub {
12371+
owner = "goropikari";
12372+
repo = "plantuml.nvim";
12373+
rev = "66d4dca1b8607be646ed532521ba0f04095361c4";
12374+
sha256 = "0b39pmf8wkpi29va6qc2zhj1d0wc8wp6zcmn731xw649r2ysyd6n";
12375+
};
12376+
meta.homepage = "https://github.com/goropikari/plantuml.nvim/";
12377+
meta.hydraPlatforms = [ ];
12378+
};
12379+
1235412380
plantuml-previewer-vim = buildVimPlugin {
1235512381
pname = "plantuml-previewer.vim";
1235612382
version = "2024-10-28";

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2912,6 +2912,10 @@ in
29122912
'';
29132913
};
29142914

2915+
plantuml-nvim = super.plantuml-nvim.overrideAttrs {
2916+
dependencies = [ self.LibDeflate-nvim ];
2917+
};
2918+
29152919
playground = super.playground.overrideAttrs {
29162920
dependencies = with self; [
29172921
# we need the 'query' grammar to make

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ https://github.com/martinda/Jenkinsfile-vim-syntax/,,
1616
https://github.com/vigoux/LanguageTool.nvim/,,
1717
https://github.com/LazyVim/LazyVim/,,
1818
https://github.com/Yggdroot/LeaderF/,,
19+
https://github.com/goropikari/LibDeflate.nvim/,HEAD,
1920
https://github.com/molleweide/LuaSnip-snippets.nvim/,HEAD,
2021
https://github.com/Valloric/MatchTagAlways/,,
2122
https://github.com/numToStr/Navigator.nvim/,,
@@ -950,6 +951,7 @@ https://github.com/phha/zenburn.nvim/,,phha-zenburn
950951
https://github.com/motus/pig.vim/,,
951952
https://github.com/weirongxu/plantuml-previewer.vim/,HEAD,
952953
https://github.com/aklt/plantuml-syntax/,,
954+
https://github.com/goropikari/plantuml.nvim/,HEAD,
953955
https://github.com/nvim-treesitter/playground/,,
954956
https://github.com/olivercederborg/poimandres.nvim/,HEAD,
955957
https://github.com/epwalsh/pomo.nvim/,HEAD,

0 commit comments

Comments
 (0)