mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
update LDoc
This commit is contained in:
parent
f203405177
commit
dc880324bb
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
local findCmd = ""
|
||||
-- Use the simple Set that implemented by a table to avoid duplicates; it only contains the methods add and toList
|
||||
--- @class Set A simple Set implementation using a table to avoid duplicates; it only contains the methods add and toList
|
||||
--- @field _data table<string, 1> Table to hold the set data.
|
||||
local supportedFiletypeSet = { _data = {} }
|
||||
|
||||
function supportedFiletypeSet:add(values)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue