plugins.lsp.servers.nil-ls.settings.diagnostics.excludedFiles

Files to exclude from showing diagnostics. Useful for generated files.

It accepts an array of paths. Relative paths are joint to the workspace root. Glob patterns are currently not supported.

Type: null or (list of (string or raw lua code))

Default: null

Plugin default: [ ]

Example:

[
  "Cargo.nix"
]

Declared by:

plugins.lsp.servers.nil-ls.settings.diagnostics.ignored

Ignored diagnostic kinds. The kind identifier is a snake_cased_string usually shown together with the diagnostic message.

Type: null or (list of (string or raw lua code))

Default: null

Plugin default: [ ]

Declared by: