From d296d54294e796473ef4650a8147429bf6ddb437 Mon Sep 17 00:00:00 2001 From: PerchunPak Date: Sat, 15 Feb 2025 16:02:30 +0100 Subject: [PATCH] vimPlugins: return deleted plugins Some plugins were added to `generated.nix` but not `vim-plugin-names` --- .../editors/vim/plugins/generated.nix | 39 +++++++++++++++++++ .../editors/vim/plugins/vim-plugin-names | 3 ++ 2 files changed, 42 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 1992e009418f..2b0b8404db39 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -1162,6 +1162,19 @@ final: prev: meta.hydraPlatforms = [ ]; }; + aw-watcher-vim = buildVimPlugin { + pname = "aw-watcher-vim"; + version = "2023-10-09"; + src = fetchFromGitHub { + owner = "ActivityWatch"; + repo = "aw-watcher-vim"; + rev = "4ba86d05a940574000c33f280fd7f6eccc284331"; + sha256 = "0kzpr2dgn80lcqbbf9ig6vx7azz6vbvadi31mxb0qyd91fyiidi3"; + }; + meta.homepage = "https://github.com/ActivityWatch/aw-watcher-vim/"; + meta.hydraPlatforms = [ ]; + }; + awesome-vim-colorschemes = buildVimPlugin { pname = "awesome-vim-colorschemes"; version = "2024-05-18"; @@ -10006,6 +10019,32 @@ final: prev: meta.hydraPlatforms = [ ]; }; + nvim-java-refactor = buildVimPlugin { + pname = "nvim-java-refactor"; + version = "2025-01-26"; + src = fetchFromGitHub { + owner = "nvim-java"; + repo = "nvim-java-refactor"; + rev = "b51a57d862338999059e1d1717df3bc80a3a15c0"; + sha256 = "14akgf8z74c4crkmggmrlckn4av0a701kr0whvn5pq6phc718dns"; + }; + meta.homepage = "https://github.com/nvim-java/nvim-java-refactor/"; + meta.hydraPlatforms = [ ]; + }; + + nvim-java-test = buildVimPlugin { + pname = "nvim-java-test"; + version = "2024-07-19"; + src = fetchFromGitHub { + owner = "nvim-java"; + repo = "nvim-java-test"; + rev = "7f0f40e9c5b7eab5096d8bec6ac04251c6e81468"; + sha256 = "18jvkiy568i18r0cq0pyxjsispsvbbv40niyj98dlc04dzx618ba"; + }; + meta.homepage = "https://github.com/nvim-java/nvim-java-test/"; + meta.hydraPlatforms = [ ]; + }; + nvim-jdtls = buildVimPlugin { pname = "nvim-jdtls"; version = "2025-02-13"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 28d1cf0ee20f..377dbae12979 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -88,6 +88,7 @@ https://github.com/m4xshen/autoclose.nvim/,HEAD, https://github.com/gaoDean/autolist.nvim/,, https://github.com/vim-scripts/autoload_cscope.vim/,, https://github.com/nullishamy/autosave.nvim/,HEAD, +https://github.com/ActivityWatch/aw-watcher-vim/,HEAD, https://github.com/rafi/awesome-vim-colorschemes/,, https://github.com/AhmedAbdulrahman/aylin.vim/,, https://github.com/ayu-theme/ayu-vim/,, @@ -767,6 +768,8 @@ https://github.com/idanarye/nvim-impairative/,HEAD, https://github.com/nvim-java/nvim-java/,HEAD, https://github.com/nvim-java/nvim-java-core/,HEAD, https://github.com/nvim-java/nvim-java-dap/,HEAD, +https://github.com/nvim-java/nvim-java-refactor/,HEAD, +https://github.com/nvim-java/nvim-java-test/,HEAD, https://github.com/mfussenegger/nvim-jdtls/,, https://github.com/gennaro-tedesco/nvim-jqx/,, https://github.com/ethanholz/nvim-lastplace/,HEAD,