Add java support to zed
This commit is contained in:
parent
d56b3bb359
commit
ef017dc3ed
1 changed files with 7 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
extensions = [
|
||||
# Language support
|
||||
"nix" "toml" "deno" "kotlin"
|
||||
"nix" "toml" "deno" "kotlin" "java"
|
||||
# Themes
|
||||
"catppuccin"
|
||||
];
|
||||
|
@ -55,6 +55,12 @@
|
|||
path = lib.getExe' pkgs.kotlin-language-server "kotlin-language-server";
|
||||
};
|
||||
};
|
||||
|
||||
jdtls = {
|
||||
binary = {
|
||||
path = lib.getExe pkgs.jdt-language-server;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
languages = {
|
||||
|
|
Loading…
Reference in a new issue