plugins.lsp.servers.pylsp.settings

The settings for this LSP.

Type: attribute set of anything

Default: { }

Example:

{
  callback = {
    __raw = ''
      function()
        print('nixvim')
      end
    '';
  };
  foo_bar = 42;
  hostname = "localhost:8080";
}

Declared by:

plugins.lsp.servers.pylsp.settings.configurationSources

List of configuration sources to use.

Type: null or one of “pycodestyle”, “flake8”

Default: null

Declared by: