132 current 2024-03-02 13:02:07 24.05.20240229.1536926 6.6.18 *
This commit is contained in:
parent
9a91992ef0
commit
de0c40e06f
1 changed files with 6 additions and 1 deletions
|
|
@ -34,6 +34,12 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
plugins.nvim-jdtls = {
|
||||
enable = true;
|
||||
data = "/home/zack/.cache/jdtls/workspace";
|
||||
configuration = "/home/zack/.cache/jdtls/config";
|
||||
};
|
||||
|
||||
plugins.lsp = {
|
||||
enable = true;
|
||||
servers = {
|
||||
|
|
@ -45,7 +51,6 @@
|
|||
installCargo = false;
|
||||
};
|
||||
nil_ls.enable = true;
|
||||
java-language-server.enable = true;
|
||||
};
|
||||
keymaps = {
|
||||
lspBuf = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue