File tree 8 files changed +8
-8
lines changed
lua/nvim-tree/renderer/decorator
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ local DecoratorBookmarks = Decorator:extend()
7
7
DecoratorBookmarks .name = " Bookmarks"
8
8
9
9
--- @class DecoratorBookmarks
10
- --- @overload fun ( explorer : Explorer ): DecoratorBookmarks
10
+ --- @overload fun ( args : DecoratorArgs ): DecoratorBookmarks
11
11
12
12
--- @protected
13
13
--- @param args DecoratorArgs
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ local DecoratorCopied = Decorator:extend()
6
6
DecoratorCopied .name = " Copied"
7
7
8
8
--- @class DecoratorCopied
9
- --- @overload fun ( explorer : Explorer ): DecoratorCopied
9
+ --- @overload fun ( args : DecoratorArgs ): DecoratorCopied
10
10
11
11
--- @protected
12
12
--- @param args DecoratorArgs
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ local DecoratorCut = Decorator:extend()
6
6
DecoratorCut .name = " Cut"
7
7
8
8
--- @class DecoratorCut
9
- --- @overload fun ( explorer : Explorer ): DecoratorCut
9
+ --- @overload fun ( args : DecoratorArgs ): DecoratorCut
10
10
11
11
--- @protected
12
12
--- @param args DecoratorArgs
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ local DecoratorDiagnostics = Decorator:extend()
37
37
DecoratorDiagnostics .name = " Diagnostics"
38
38
39
39
--- @class DecoratorDiagnostics
40
- --- @overload fun ( explorer : Explorer ): DecoratorDiagnostics
40
+ --- @overload fun ( args : DecoratorArgs ): DecoratorDiagnostics
41
41
42
42
--- @protected
43
43
--- @param args DecoratorArgs
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ local DecoratorGit = Decorator:extend()
22
22
DecoratorGit .name = " Git"
23
23
24
24
--- @class DecoratorGit
25
- --- @overload fun ( explorer : Explorer ): DecoratorGit
25
+ --- @overload fun ( args : DecoratorArgs ): DecoratorGit
26
26
27
27
--- @protected
28
28
--- @param args DecoratorArgs
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ local DecoratorHidden = Decorator:extend()
8
8
DecoratorHidden .name = " Hidden"
9
9
10
10
--- @class DecoratorHidden
11
- --- @overload fun ( explorer : Explorer ): DecoratorHidden
11
+ --- @overload fun ( args : DecoratorArgs ): DecoratorHidden
12
12
13
13
--- @protected
14
14
--- @param args DecoratorArgs
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ local DecoratorModified = Decorator:extend()
10
10
DecoratorModified .name = " Modified"
11
11
12
12
--- @class DecoratorModified
13
- --- @overload fun ( explorer : Explorer ): DecoratorModified
13
+ --- @overload fun ( args : DecoratorArgs ): DecoratorModified
14
14
15
15
--- @protected
16
16
--- @param args DecoratorArgs
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ local DecoratorOpened = Decorator:extend()
9
9
DecoratorOpened .name = " Opened"
10
10
11
11
--- @class DecoratorOpened
12
- --- @overload fun ( explorer : Explorer ): DecoratorOpened
12
+ --- @overload fun ( args : DecoratorArgs ): DecoratorOpened
13
13
14
14
--- @protected
15
15
--- @param args DecoratorArgs
You can’t perform that action at this time.
0 commit comments