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:
parent
f44000e518
commit
b7d1a54e43
3 changed files with 83 additions and 86 deletions
|
|
@ -14,8 +14,8 @@
|
|||
defaultComponentConfigs = {
|
||||
indent = {
|
||||
withExpanders = true;
|
||||
expanderCollapsed = "";
|
||||
expanderExpanded = " ";
|
||||
expanderCollapsed = "";
|
||||
expanderExpanded = "";
|
||||
expanderHighlight = "NeoTreeExpander";
|
||||
};
|
||||
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
renamed = "";
|
||||
staged = "";
|
||||
unstaged = "";
|
||||
untracked = "";
|
||||
untracked = " ";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue