From a295cff923cbb0afc99f4b7de7f8cf9d1fe79863 Mon Sep 17 00:00:00 2001 From: Jan Lafferton Date: Wed, 2 Jul 2025 08:56:03 +0200 Subject: [PATCH] vimPlugins.plantuml-nvim: init at 2025-06-16 --- pkgs/applications/editors/vim/plugins/generated.nix | 13 +++++++++++++ pkgs/applications/editors/vim/plugins/overrides.nix | 4 ++++ .../editors/vim/plugins/vim-plugin-names | 1 + 3 files changed, 18 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 1694268eca62..36aa20d01c9a 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index e34e24aa2756..993c7967efe5 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 63a88d3a7dba..398857379070 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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,