Helix: add indent guides
This commit is contained in:
parent
18d624976b
commit
6ff3cab083
1 changed files with 4 additions and 0 deletions
|
|
@ -53,6 +53,10 @@
|
||||||
scrolloff = 5;
|
scrolloff = 5;
|
||||||
soft-wrap.enable = true;
|
soft-wrap.enable = true;
|
||||||
true-color = true;
|
true-color = true;
|
||||||
|
indent-guides = {
|
||||||
|
render = true;
|
||||||
|
character = "▏";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
keys.normal = {
|
keys.normal = {
|
||||||
"C-A-l" = ":format";
|
"C-A-l" = ":format";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue