helix/helix-view/src/handlers
Michael Davis da2b0a7484
Make helix_core::Uri cheap to clone
We clone this type very often in LSP pickers, for example diagnostics
and symbols. We can use a single Arc in many cases to avoid the
unnecessary clones.
2024-09-03 09:50:31 -04:00
..
dap.rs chore: clean up clippy lints (#11377) 2024-08-01 06:39:46 +09:00
diagnostics.rs only show inline diagnostics after a delay 2024-07-15 16:36:29 +02:00
lsp.rs Make helix_core::Uri cheap to clone 2024-09-03 09:50:31 -04:00