Added C# LSP

This commit is contained in:
Aleksandr Lebedev 2025-03-10 15:01:58 +01:00
parent caef28c76f
commit d5e56d80d7
2 changed files with 3 additions and 0 deletions

View file

@ -172,6 +172,7 @@ in
llvmPackages_19.clang-tools llvmPackages_19.clang-tools
gdb gdb
csharp-ls
]; ];
programs.kdeconnect.enable = true; programs.kdeconnect.enable = true;

View file

@ -49,6 +49,8 @@
egl-wayland egl-wayland
xclip xclip
btop btop
csharp-ls
]; ];
wsl = { wsl = {
enable = true; enable = true;