We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346ffdc commit 552c393Copy full SHA for 552c393
nvim/api_tool.go
@@ -430,17 +430,19 @@ func readAPIInfo() (*APIInfo, error) {
430
var nvimTypes = map[string]string{
431
"": "void",
432
"[]byte": "String",
433
+ "[]uint": "Array",
434
"[]interface{}": "Array",
435
"bool": "Boolean",
436
"int": "Integer",
437
"interface{}": "Object",
438
"Process": "Object",
439
"string": "String",
440
"float64": "Float",
441
+ "ClientType": "String",
442
443
"Channel": "Dictionary",
444
"*Channel": "Dictionary",
- "*ClientVersion": "Dictionary",
445
+ "ClientVersion": "Dictionary",
446
"HLAttrs": "Dictionary",
447
"*HLAttrs": "Dictionary",
448
"WindowConfig": "Dictionary",
0 commit comments