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/helix-view/src
Robin 6764744ce9
Add option to skip the first indent guide (#3819)
* Add option to skip the first indent guide

* reorder skip_first option

* change indent-guides.skip_first to a number

* rename skip -> skip_levels

* add skip_levels to the book

* Update book/src/configuration.md

Co-authored-by: A-Walrus <58790821+A-Walrus@users.noreply.github.com>

* Update helix-term/src/ui/editor.rs

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>

Co-authored-by: Robin <robinvandijk@klippa.com>
Co-authored-by: A-Walrus <58790821+A-Walrus@users.noreply.github.com>
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2 years ago
..
handlers Make external terminal provider configurable 2 years ago
clipboard.rs One more windows fix... 2 years ago
document.rs Re-sort diagnostics after transaction transform (#3895) 2 years ago
editor.rs Add option to skip the first indent guide (#3819) 2 years ago
graphics.rs Fix LF line-endings (#3316) 2 years ago
gutter.rs Make mode editor-wide rather than per-document 2 years ago
info.rs Handle newlines in register infobox 2 years ago
input.rs fix: Don't translate mouse up events as down 2 years ago
keyboard.rs Update to crossterm-0.25 (#3390) 2 years ago
lib.rs Split off dap event handlers into helix-view to allow reuse 2 years ago
macros.rs Expand doc/view macros to allow fetching specific id 2 years ago
theme.rs Inherit theme (#3067) 2 years ago
tree.rs Fix cargo doc warnings, and add GitHub action to ensure it (#3650) 2 years ago
view.rs Rename padding to spacer, remove by default 2 years ago