mirror of https://github.com/helix-editor/helix
Merge 456d02c73a
into 1315b7e2b1
commit
0c69958ad6
|
@ -69,7 +69,7 @@
|
|||
| fortran | ✓ | | ✓ | `fortls` |
|
||||
| fsharp | ✓ | | | `fsautocomplete` |
|
||||
| gas | ✓ | ✓ | | `asm-lsp` |
|
||||
| gdscript | ✓ | ✓ | ✓ | |
|
||||
| gdscript | ✓ | ✓ | ✓ | `ncat` |
|
||||
| gemini | ✓ | | | |
|
||||
| gherkin | ✓ | | | |
|
||||
| ghostty | ✓ | | | |
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue