From a32cf1d2523c4135820b264c99b583469519bf72 Mon Sep 17 00:00:00 2001 From: Jan Lafferton Date: Wed, 2 Jul 2025 08:55:49 +0200 Subject: [PATCH 1/2] vimPlugins.LibDeflate-nvim: init at 2025-06-16 --- pkgs/applications/editors/vim/plugins/generated.nix | 13 +++++++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 14 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 1b22e0bae02f..1694268eca62 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index a5457cddb3cc..63a88d3a7dba 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,, From a295cff923cbb0afc99f4b7de7f8cf9d1fe79863 Mon Sep 17 00:00:00 2001 From: Jan Lafferton Date: Wed, 2 Jul 2025 08:56:03 +0200 Subject: [PATCH 2/2] 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,