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 d948713 commit 49808e2Copy full SHA for 49808e2
types/null-ls/init.tl
@@ -1,12 +1,24 @@
1
local record NullLs
2
record Source
3
name: string
4
+ meta: Meta
5
method: MethodKind
6
+ filetypes: {string}
7
generator: Generator
8
end
9
10
+ record Meta
11
+ url: string
12
+ description: string
13
+ end
14
+
15
record Generator
16
fn: function(Params): {Action}
17
+ opts: Opts
18
19
+ record Opts
20
+ runtime_condition: function(Params)
21
22
23
24
record Action
0 commit comments