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 = {
|
||||
rulers = [ 80 120 ];
|
||||
|
||||
indent-guides = {
|
||||
render = true;
|
||||
character = "│";
|
||||
};
|
||||
|
||||
auto-pairs = {
|
||||
"“" = "”";
|
||||
"‘" = "’";
|
||||
|
@ -19,14 +24,11 @@
|
|||
render = {
|
||||
nbsp = "all";
|
||||
nnbsp = "all";
|
||||
tab = "all";
|
||||
};
|
||||
|
||||
characters = {
|
||||
nbsp = "␣";
|
||||
nnbsp = "⍽";
|
||||
tab = "»";
|
||||
tabpad = "·";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue