aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/gutter.rs
Commit message (Collapse)AuthorAge
* feat(helix-view): dynamic line numbers (#1522)Andrew Neth2022-01-25
| | | | | | | * feat(helix-view): dynamic line numbers * docs: describe editor.line-number in more detail * Make dynamic numbers the default behavior of `relative`
* Fix compilationBlaž Hrastnik2021-12-06
| | | | nix-direnv issues still mess with my shell..
* Use binary_search when looking up diagnosticsBlaž Hrastnik2021-12-06
| | | | They're sorted by range so they should also be sorted by line
* Extract gutters into helix-viewBlaž Hrastnik2021-11-29