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

@ -86,6 +86,11 @@
# Hide command line unless needed
cmdheight = 0;
# Remove EOB
fillchars = {
eob = " ";
};
};
};
}