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;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
plugins.nvim-jdtls = {
|
||||||
|
enable = true;
|
||||||
|
data = "/home/zack/.cache/jdtls/workspace";
|
||||||
|
configuration = "/home/zack/.cache/jdtls/config";
|
||||||
|
};
|
||||||
|
|
||||||
plugins.lsp = {
|
plugins.lsp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
servers = {
|
servers = {
|
||||||
|
|
@ -45,7 +51,6 @@
|
||||||
installCargo = false;
|
installCargo = false;
|
||||||
};
|
};
|
||||||
nil_ls.enable = true;
|
nil_ls.enable = true;
|
||||||
java-language-server.enable = true;
|
|
||||||
};
|
};
|
||||||
keymaps = {
|
keymaps = {
|
||||||
lspBuf = {
|
lspBuf = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue