pull/13277/merge
Heitor Augusto 2025-06-13 14:47:06 -04:00 committed by GitHub
commit 0c69958ad6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -69,7 +69,7 @@
| fortran | ✓ | | ✓ | `fortls` |
| fsharp | ✓ | | | `fsautocomplete` |
| gas | ✓ | ✓ | | `asm-lsp` |
| gdscript | ✓ | ✓ | ✓ | |
| gdscript | ✓ | ✓ | ✓ | `ncat` |
| gemini | ✓ | | | |
| gherkin | ✓ | | | |
| ghostty | ✓ | | | |

View File

@ -168,6 +168,9 @@ paramName = "All"
paramType = true
await = true
[language-server.godot]
command = "ncat"
args = ["127.0.0.1", "6005"]
[language-server.gopls]
command = "gopls"
@ -2234,6 +2237,7 @@ auto-format = true
formatter = { command = "gdformat", args = ["-"] }
comment-tokens = ["#", "##"]
indent = { tab-width = 4, unit = "\t" }
language-servers = [ "godot" ]
[[grammar]]
name = "gdscript"