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 de64096 commit 7642208Copy full SHA for 7642208
nvim/api_tool.go
@@ -463,6 +463,7 @@ var nvimTypes = map[string]string{
463
"[]*UI": "Array",
464
"[]ExtMark": "Array",
465
"[]TextChunk": "Array",
466
+ "Mark": "Array",
467
468
"[2]int": "ArrayOf(Integer, 2)",
469
"[]*Mapping": "ArrayOf(Dictionary)",
@@ -513,6 +514,7 @@ var specialAPIs = map[string]bool{
513
514
"nvim_buf_call": true,
515
"nvim_set_decoration_provider": true,
516
"nvim_chan_send": true, // FUNC_API_LUA_ONLY
517
+ "nvim_win_call": true, // FUNC_API_LUA_ONLY
518
"nvim_notify": true, // implements underling nlua(vim.notify)
519
}
520
0 commit comments