vimPlugins.nvim-java: init at 2024-12-24

This commit is contained in:
Gaetan Lepage
2025-01-05 13:53:14 +01:00
parent a305b13749
commit 7e1e0345a3
3 changed files with 27 additions and 0 deletions
@@ -9126,6 +9126,18 @@ final: prev:
meta.homepage = "https://github.com/idanarye/nvim-impairative/";
};
nvim-java = buildVimPlugin {
pname = "nvim-java";
version = "2024-12-24";
src = fetchFromGitHub {
owner = "nvim-java";
repo = "nvim-java";
rev = "e8e84413ca03e7d0541921e795b2e6bf8801f186";
sha256 = "0hhjhigmwydsa4wq5f6gkkv09bajvdyajg21k5xfqmh1mblxf5sr";
};
meta.homepage = "https://github.com/nvim-java/nvim-java/";
};
nvim-java-core = buildVimPlugin {
pname = "nvim-java-core";
version = "2024-12-25";
@@ -2129,6 +2129,20 @@ in
dependencies = [ self.nvim-treesitter ];
};
nvim-java = super.nvim-java.overrideAttrs {
dependencies = with self; [
lua-async-await
mason-nvim
nui-nvim
nvim-dap
nvim-java-core
nvim-java-dap
nvim-java-refactor
nvim-java-test
nvim-lspconfig
];
};
nvim-java-core = super.nvim-java-core.overrideAttrs {
dependencies = with self; [
mason-nvim
@@ -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/,HEAD,
https://github.com/nvim-java/nvim-java-core/,HEAD,
https://github.com/nvim-java/nvim-java-dap/,HEAD,
https://github.com/mfussenegger/nvim-jdtls/,,