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
Falco Hirschenberger ed89f8897e
Add workspace and document diagnostics picker (#2013)
* Add workspace and document diagnostics picker

fixes #1891

* Fix some of @archseer's annotations

* Add From<&Spans> impl for String

* More descriptive parameter names.

* Adding From<Cow<str>> impls for Span and Spans

* Add new keymap entries to docs

* Avoid some clones

* Fix api change

* Update helix-term/src/application.rs

Co-authored-by: Bjorn Ove Hay Andersen <bjrnove@gmail.com>

* Fix a clippy hint

* Sort diagnostics first by URL and then by severity.

* Sort diagnostics first by URL and then by severity.

* Ignore missing lsp severity entries

* Add truncated filepath

* Typo

* Strip cwd from paths and use url-path without schema

* Make tests a doctest

* Better variable names

Co-authored-by: Falco Hirschenberger <falco.hirschenberger@itwm.fraunhofer.de>
Co-authored-by: Bjorn Ove Hay Andersen <bjrnove@gmail.com>
2 years ago
..
generated support Bazel languages (#2903) 2 years ago
guides text-objects: add test capture & elixir queries 2 years ago
SUMMARY.md Indentation rework (#1562) 2 years ago
commands.md docs: Auto generate command list 3 years ago
configuration.md Implement cursorline (#2170) 2 years ago
from-vim.md Add migrate from Vim wiki link (#2781) 2 years ago
hooks.md Add book/ (mdbook based user guide) 3 years ago
install.md mention the requirement of C++ compiler for building grammar in doc (#2592) 2 years ago
keymap.md Add workspace and document diagnostics picker (#2013) 2 years ago
lang-support.md Rewrite Language Support docs (#2065) 2 years ago
languages.md rewrite language configuration docs (#2838) 2 years ago
remapping.md simplify some keymap key names (#2677) 2 years ago
themes.md add docs for cursorline scopes (#2904) 2 years ago
title-page.md Deploy docs for master separately (#1783) 2 years ago
usage.md text-objects: add test capture & elixir queries 2 years ago