mirror of https://github.com/helix-editor/helix
Merge 456d02c73a
into 1315b7e2b1
commit
0c69958ad6
|
@ -69,7 +69,7 @@
|
||||||
| fortran | ✓ | | ✓ | `fortls` |
|
| fortran | ✓ | | ✓ | `fortls` |
|
||||||
| fsharp | ✓ | | | `fsautocomplete` |
|
| fsharp | ✓ | | | `fsautocomplete` |
|
||||||
| gas | ✓ | ✓ | | `asm-lsp` |
|
| gas | ✓ | ✓ | | `asm-lsp` |
|
||||||
| gdscript | ✓ | ✓ | ✓ | |
|
| gdscript | ✓ | ✓ | ✓ | `ncat` |
|
||||||
| gemini | ✓ | | | |
|
| gemini | ✓ | | | |
|
||||||
| gherkin | ✓ | | | |
|
| gherkin | ✓ | | | |
|
||||||
| ghostty | ✓ | | | |
|
| ghostty | ✓ | | | |
|
||||||
|
|
|
@ -168,6 +168,9 @@ paramName = "All"
|
||||||
paramType = true
|
paramType = true
|
||||||
await = true
|
await = true
|
||||||
|
|
||||||
|
[language-server.godot]
|
||||||
|
command = "ncat"
|
||||||
|
args = ["127.0.0.1", "6005"]
|
||||||
|
|
||||||
[language-server.gopls]
|
[language-server.gopls]
|
||||||
command = "gopls"
|
command = "gopls"
|
||||||
|
@ -2234,6 +2237,7 @@ auto-format = true
|
||||||
formatter = { command = "gdformat", args = ["-"] }
|
formatter = { command = "gdformat", args = ["-"] }
|
||||||
comment-tokens = ["#", "##"]
|
comment-tokens = ["#", "##"]
|
||||||
indent = { tab-width = 4, unit = "\t" }
|
indent = { tab-width = 4, unit = "\t" }
|
||||||
|
language-servers = [ "godot" ]
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "gdscript"
|
name = "gdscript"
|
||||||
|
|
Loading…
Reference in New Issue