tangled
alpha
login
or
join now
tulkdan.dev
/
Languages
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
:sparkles: (Kotlin) add kotlin lsp
tulkdan.dev
2 years ago
fc239692
72f0df21
options
unified
split
Changed files
+4
-1
Kotlin
flake.nix
+4
-1
Kotlin/flake.nix
···
21
21
{
22
22
devShells = forEachSupportedSystem ({ pkgs }: {
23
23
default = pkgs.mkShell {
24
24
-
packages = with pkgs; [ kotlin ];
24
24
+
packages = with pkgs; [
25
25
+
kotlin
26
26
+
kotlin-language-server
27
27
+
];
25
28
};
26
29
});
27
30
};