File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 64
64
| fortran | ✓ | | ✓ | ` fortls ` |
65
65
| fsharp | ✓ | | | ` fsautocomplete ` |
66
66
| gas | ✓ | ✓ | | ` asm-lsp ` |
67
- | gdscript | ✓ | ✓ | ✓ | |
67
+ | gdscript | ✓ | ✓ | ✓ | ` ncat ` |
68
68
| gemini | ✓ | | | |
69
69
| gherkin | ✓ | | | |
70
70
| ghostty | ✓ | | | |
Original file line number Diff line number Diff line change @@ -159,6 +159,9 @@ paramName = "All"
159
159
paramType = true
160
160
await = true
161
161
162
+ [language-server .godot ]
163
+ command = " ncat"
164
+ args = [" 127.0.0.1" , " 6005" ]
162
165
163
166
[language-server .gopls ]
164
167
command = " gopls"
@@ -2169,6 +2172,7 @@ auto-format = true
2169
2172
formatter = { command = " gdformat" , args = [" -" ] }
2170
2173
comment-tokens = [" #" , " ##" ]
2171
2174
indent = { tab-width = 4 , unit = " \t " }
2175
+ language-servers = [ " godot" ]
2172
2176
2173
2177
[[grammar ]]
2174
2178
name = " gdscript"
You can’t perform that action at this time.
0 commit comments