plugins.lsp.servers.pylsp.settings.plugins.black.enabled
Enable or disable the plugin.
Setting this explicitly to true
will install the dependency for this plugin
(python-lsp-black).
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.lsp.servers.pylsp.settings.plugins.black.cache_config
Whether to enable black configuration caching.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.lsp.servers.pylsp.settings.plugins.black.line_length
An integer that maps to black’s max-line-length setting. Defaults to 88 (same as black’s default). This can also be set through black’s configuration files, which should be preferred for multi-user projects.
Type: null or signed integer or floating point number or raw lua code
Default:
null
Plugin default: 88
Declared by:
plugins.lsp.servers.pylsp.settings.plugins.black.preview
Enable or disable black’s --preview setting.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by: