Add helix godot language server setup to godot template
This commit is contained in:
parent
f09bd37695
commit
65eb9d2175
1 changed files with 7 additions and 0 deletions
7
templates/godot/.helix/languages.toml
Normal file
7
templates/godot/.helix/languages.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
[language-server.godot]
|
||||
command = "nc"
|
||||
args = ["127.0.0.1", "6005"]
|
||||
|
||||
[[language]]
|
||||
name = "gdscript"
|
||||
language-servers = ["godot"]
|
Loading…
Reference in a new issue