patch: fixes (#34)

- Fixed Luanne, as it was not configured correctly after the last
refactor (should've tested it correctly)
- Fixed small issue with separator in neo-tree
- Remove EOB character
This commit is contained in:
Roel de Cort 2024-09-11 22:43:40 +02:00 committed by GitHub
parent f44000e518
commit b7d1a54e43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 83 additions and 86 deletions

View file

@ -14,8 +14,8 @@
defaultComponentConfigs = {
indent = {
withExpanders = true;
expanderCollapsed = "";
expanderExpanded = " ";
expanderCollapsed = "󰅂";
expanderExpanded = "󰅀";
expanderHighlight = "NeoTreeExpander";
};
@ -29,7 +29,7 @@
renamed = "󰑕";
staged = "󰩍";
unstaged = "";
untracked = "";
untracked = " ";
};
};
};