java/kotlin
This commit is contained in:
parent
f3aa85b370
commit
882eb45f21
2 changed files with 8 additions and 1 deletions
nix
|
@ -31,6 +31,13 @@
|
||||||
# zig
|
# zig
|
||||||
zig
|
zig
|
||||||
zls
|
zls
|
||||||
|
# java/kotlin
|
||||||
|
gradle
|
||||||
|
jdk
|
||||||
|
jdt-language-server
|
||||||
|
kotlin
|
||||||
|
kotlin-language-server
|
||||||
|
maven
|
||||||
# android
|
# android
|
||||||
android-tools
|
android-tools
|
||||||
scrcpy
|
scrcpy
|
||||||
|
|
|
@ -127,7 +127,7 @@ with lib;
|
||||||
lsps = mkOption {
|
lsps = mkOption {
|
||||||
type = with types; listOf str;
|
type = with types; listOf str;
|
||||||
description = "List of lsp servers to load";
|
description = "List of lsp servers to load";
|
||||||
default = ["clangd" "zls" "rust_analyzer"];
|
default = ["clangd" "zls" "rust_analyzer" "jdtls" "kotlin_language_server"];
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue