home/editor: Enable indent guides
This commit is contained in:
parent
3aed748fa4
commit
9cd3d22eca
1 changed files with 5 additions and 3 deletions
|
@ -8,6 +8,11 @@
|
||||||
editor = {
|
editor = {
|
||||||
rulers = [ 80 120 ];
|
rulers = [ 80 120 ];
|
||||||
|
|
||||||
|
indent-guides = {
|
||||||
|
render = true;
|
||||||
|
character = "│";
|
||||||
|
};
|
||||||
|
|
||||||
auto-pairs = {
|
auto-pairs = {
|
||||||
"“" = "”";
|
"“" = "”";
|
||||||
"‘" = "’";
|
"‘" = "’";
|
||||||
|
@ -19,14 +24,11 @@
|
||||||
render = {
|
render = {
|
||||||
nbsp = "all";
|
nbsp = "all";
|
||||||
nnbsp = "all";
|
nnbsp = "all";
|
||||||
tab = "all";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
characters = {
|
characters = {
|
||||||
nbsp = "␣";
|
nbsp = "␣";
|
||||||
nnbsp = "⍽";
|
nnbsp = "⍽";
|
||||||
tab = "»";
|
|
||||||
tabpad = "·";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue