show tabs and trailing spaces and whatnot
This commit is contained in:
parent
f62258d9b7
commit
5af22b80e0
1 changed files with 5 additions and 1 deletions
|
|
@ -3,5 +3,9 @@
|
||||||
# Enable relative line numbers
|
# Enable relative line numbers
|
||||||
number = true;
|
number = true;
|
||||||
relativenumber = true;
|
relativenumber = true;
|
||||||
|
|
||||||
|
# show spaces tabs and trailing spaces
|
||||||
|
list = true;
|
||||||
|
listchars = "tab:» ,trail:·,multispace:·,lead: ,nbsp:⎕";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue