Update NixOS configuration
This commit is contained in:
@@ -18,6 +18,7 @@ in {
|
||||
packages = with pkgs; [
|
||||
astro-language-server
|
||||
biome
|
||||
kotlin-language-server
|
||||
marksman
|
||||
nil
|
||||
tailwindcss-language-server
|
||||
@@ -59,6 +60,10 @@ in {
|
||||
command = [lspBins.nil];
|
||||
extensions = ["nix"];
|
||||
};
|
||||
kotlin = {
|
||||
command = ["kotlin-language-server"];
|
||||
extensions = ["kt" "kts"];
|
||||
};
|
||||
marksman = {
|
||||
command = [lspBins.marksman];
|
||||
extensions = ["md"];
|
||||
|
||||
Reference in New Issue
Block a user