show indentation
This commit is contained in:
parent
a759a93dc2
commit
a0606b981f
1 changed files with 6 additions and 0 deletions
|
@ -75,6 +75,12 @@
|
||||||
currentLineBlame = true;
|
currentLineBlame = true;
|
||||||
currentLineBlameOpts.delay = 100;
|
currentLineBlameOpts.delay = 100;
|
||||||
};
|
};
|
||||||
|
indent-blankline = {
|
||||||
|
enable = true;
|
||||||
|
showEndOfLine = true;
|
||||||
|
useTreesitter = true;
|
||||||
|
useTreesitterScope = true;
|
||||||
|
};
|
||||||
neo-tree = {
|
neo-tree = {
|
||||||
enable = true;
|
enable = true;
|
||||||
addBlankLineAtTop = true;
|
addBlankLineAtTop = true;
|
||||||
|
|
Loading…
Reference in a new issue