Added commodity LSPs and telescope DAP commands

This commit is contained in:
Fred Drake
2024-10-02 20:09:44 -04:00
parent 5ef7a65959
commit 31aa98dc91
2 changed files with 35 additions and 0 deletions
+4
View File
@@ -170,6 +170,7 @@ in { pkgs, ... }: {
html = [ "prettier" ];
javascript = [ "prettier" ];
javascriptreact = [ "prettier" ];
json = [ "prettier" ];
lua = [ "stylua" ];
markdown = [ "prettier" ];
nix = [ "nixfmt" ];
@@ -236,9 +237,12 @@ in { pkgs, ... }: {
end
'';
servers = {
jsonls.enable = true;
marksman.enable = true;
nil-ls.enable = true;
nixd.enable = true;
omnisharp.enable = true;
yamlls.enable = true;
};
};