mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-26 01:00:44 -04:00
change type of pylsp_mypy.overrides (#833)
This commit is contained in:
@@ -356,7 +356,8 @@ in {
|
||||
|
||||
overrides =
|
||||
helpers.defaultNullOpts.mkNullable
|
||||
(with types; listOf (either bool str))
|
||||
(types.listOf
|
||||
(types.oneOf [types.bool types.str helpers.rawType]))
|
||||
"[true]"
|
||||
''
|
||||
Specifies a list of alternate or supplemental command-line options.
|
||||
|
||||
Reference in New Issue
Block a user