Module lsps

Module lsps 

Source
Expand description

Filter diagnostics based on LSP source and buffer path.

Provides the LspFilter trait for filtering diagnostics by LSP source and buffer path, along with implementations for specific LSPs like Harper and Typos.

Modules§

harper_ls
“Harper” LSP custom filter.
typos_lsp
“typos-lsp” custom filter.

Enums§

GetDiagMsgOutput
Output of diagnostic message extraction or skip decision.

Traits§

LspFilter
Common interface for LSP-specific diagnostic filters.