show indentation

This commit is contained in:
Adithya 2023-08-06 18:50:28 +05:30
parent a759a93dc2
commit a0606b981f
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -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;