Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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)) 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)) or raw lua code

Default: null

Plugin default: [ ]

Declared by: