You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/book/src/guides
Matouš Dzivjak 0e7d757869
feat(lsp): configurable diagnostic severity (#1325)
* feat(lsp): configurable diagnostic severity

Allow severity of diagnostic messages to be configured.
E.g. allow turning of Hint level diagnostics.

Fixes: https://github.com/helix-editor/helix/issues/1007

* Use language_config() method

* Add documentation for diagnostic_severity

* Use unreachable for unknown severity level

* fix: documentation for diagnostic_severity config
3 years ago
..
README.md Add treesitter textobjects (#728) 3 years ago
adding_languages.md feat(lsp): configurable diagnostic severity (#1325) 3 years ago
textobject.md Touch up docs for adding new language (#1002) 3 years ago

README.md

Guides

This section contains guides for adding new language server configurations, tree-sitter grammers, textobject queries, etc.