File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
plugins/by-name/telescope/extensions Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ mkExtension {
23
23
} )
24
24
] ;
25
25
26
+ dependencies = [ "manix" ] ;
27
+
26
28
settingsOptions = {
27
29
manix_args = defaultNullOpts . mkListOf lib . types . str [ ] "CLI arguments to pass to manix." ;
28
30
@@ -34,8 +36,4 @@ mkExtension {
34
36
settingsExample = {
35
37
cword = true ;
36
38
} ;
37
-
38
- extraConfig = {
39
- dependencies . manix . enable = lib . mkDefault true ;
40
- } ;
41
39
}
Original file line number Diff line number Diff line change @@ -58,11 +58,7 @@ mkExtension {
58
58
}
59
59
] ;
60
60
61
- extraConfig = cfg : {
62
- dependencies = {
63
- chafa . enable = lib . mkDefault true ;
64
- } ;
65
- } ;
61
+ dependencies = [ "chafa" ] ;
66
62
67
63
settingsOptions = {
68
64
filetypes = defaultNullOpts . mkListOf types . str [
You can’t perform that action at this time.
0 commit comments