aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/gutter.rs
Commit message (Collapse)AuthorAge
* 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