File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 55 inherit ( lib . types ) bool ;
66 inherit ( lib . nvim . attrsets ) mapListToAttrs ;
77in {
8- # Converts a boolean to a yes/no string. This is used in lots of
9- # configuration formats, and is not covered by `toLuaObject`
10- toVimBool = bool :
11- if bool
12- then "yes"
13- else "no" ;
14-
158 diagnosticsToLua = {
169 lang ,
1710 config ,
Original file line number Diff line number Diff line change 66 inherit ( lib . options ) mkOption literalMD literalExpression ;
77 inherit ( lib . strings ) optionalString ;
88 inherit ( lib . types ) str bool int enum attrsOf lines listOf either path submodule anything ;
9- inherit ( lib . trivial ) isBool ;
10- inherit ( lib . nvim . languages ) toVimBool ;
119 inherit ( lib . nvim . types ) dagOf ;
1210 inherit ( lib . nvim . lua ) listToLuaTable ;
1311
You can’t perform that action at this time.
0 commit comments