feat: Add lsp and formatter for gdscript

This commit is contained in:
demenik
2025-12-15 17:38:19 +01:00
parent 42fe4d5536
commit 19e2d2d1c3
2 changed files with 5 additions and 0 deletions

View File

@@ -103,6 +103,7 @@
dartls.enable = true;
pylyzer.enable = true;
solargraph.enable = true;
gdscript.enable = true;
jdtls.enable = true;
kotlin_lsp.enable = true;