From 0bedff11c82f89941531a2ec4649ffe2df54ccc6 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 5 Jan 2025 00:30:56 +0100 Subject: [PATCH] vimPlugins.nvim-java-core: init at 2024-12-25 --- pkgs/applications/editors/vim/plugins/generated.nix | 12 ++++++++++++ pkgs/applications/editors/vim/plugins/overrides.nix | 7 +++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 3 files changed, 20 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 38e24ddd5040..3fa85558b465 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -9126,6 +9126,18 @@ final: prev: meta.homepage = "https://github.com/idanarye/nvim-impairative/"; }; + nvim-java-core = buildVimPlugin { + pname = "nvim-java-core"; + version = "2024-12-25"; + src = fetchFromGitHub { + owner = "nvim-java"; + repo = "nvim-java-core"; + rev = "22eca6b90b7e209299d99cbf60421f0ffdae5629"; + sha256 = "1m9p3m97nmkvs4v34lv7sly9896l47ff73aa40r2x60y6z2b98pq"; + }; + meta.homepage = "https://github.com/nvim-java/nvim-java-core/"; + }; + nvim-jdtls = buildVimPlugin { pname = "nvim-jdtls"; version = "2024-11-26"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 0fd5010f7d51..f05759b866d4 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -2129,6 +2129,13 @@ in dependencies = [ self.nvim-treesitter ]; }; + nvim-java-core = super.nvim-java-core.overrideAttrs { + dependencies = with self; [ + mason-nvim + nvim-lspconfig + ]; + }; + nvim-lsp-file-operations = super.nvim-lsp-file-operations.overrideAttrs { dependencies = [ self.plenary-nvim ]; nvimRequireCheck = "lsp-file-operations"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 2c4b6938707b..c21e76393dd4 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -757,6 +757,7 @@ https://github.com/Iron-E/nvim-highlite/,, https://github.com/kevinhwang91/nvim-hlslens/,, https://github.com/neovimhaskell/nvim-hs.vim/,, https://github.com/idanarye/nvim-impairative/,HEAD, +https://github.com/nvim-java/nvim-java-core/,HEAD, https://github.com/mfussenegger/nvim-jdtls/,, https://github.com/gennaro-tedesco/nvim-jqx/,, https://gitlab.com/usmcamp0811/nvim-julia-autotest,HEAD,