vimPlugins.nvim-java-core: init at 2024-12-25
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user