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
|
|
@ -86,6 +86,11 @@
|
|||
|
||||
# Hide command line unless needed
|
||||
cmdheight = 0;
|
||||
|
||||
# Remove EOB
|
||||
fillchars = {
|
||||
eob = " ";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue