polybar, python and js lsp

This commit is contained in:
Kopatz
2024-06-05 14:54:42 +02:00
parent d8a3ffd85d
commit 429ebb62a7
6 changed files with 28 additions and 14 deletions

View File

@@ -9,6 +9,8 @@
gopls.enable = true;
nixd.enable = true;
html.enable = true;
tsserver.enable = true;
pylsp.enable = true;
csharp-ls = {
enable = true;
package = pkgs.stable.csharp-ls;