mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
change type of pylsp_mypy.overrides (#833)
This commit is contained in:
parent
43d20e8332
commit
ce95b04d71
1 changed files with 2 additions and 1 deletions
|
@ -356,7 +356,8 @@ in {
|
||||||
|
|
||||||
overrides =
|
overrides =
|
||||||
helpers.defaultNullOpts.mkNullable
|
helpers.defaultNullOpts.mkNullable
|
||||||
(with types; listOf (either bool str))
|
(types.listOf
|
||||||
|
(types.oneOf [types.bool types.str helpers.rawType]))
|
||||||
"[true]"
|
"[true]"
|
||||||
''
|
''
|
||||||
Specifies a list of alternate or supplemental command-line options.
|
Specifies a list of alternate or supplemental command-line options.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue