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 eab3abe commit 5af0d42Copy full SHA for 5af0d42
lua/nvim-tree/help.lua
@@ -85,7 +85,7 @@ end
85
--- Compute all lines for the buffer
86
---@param map table keymap.get_keymap
87
---@return string[] lines of text
88
----@return table[] hl for lines: named arguments for vim.hl.range : higroup, start, finish
+---@return { higroup:string, start:integer[], finish:integer[] }[] hl for lines: named arguments for vim.hl.range
89
---@return number maximum length of text
90
local function compute(map)
91
local head_lhs = "nvim-tree mappings"
0 commit comments