feat(neovim): use nerdfonts & avoid emojis that break neovim

Some emojis break rendering in neovim/kitty due to width issues.
Can potentially be fixed by switching to a different terminal emulator
but I haven't found one matching my other needs yet.
This commit is contained in:
Felix Schröter 2022-03-30 00:07:31 +02:00
parent f59ae17641
commit 5bc58270bb
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 19 additions and 9 deletions
home/shell

View file

@ -9,10 +9,13 @@ in {
enable = true;
settings = {
add_newline = false;
status.symbol = " ";
status.disabled = false;
status.symbol = " ";
aws.disabled = true;
gcloud.disabled = true;
# kitty/neovim don't play well with multi-width emojis
nix_shell.symbol = " ";
};
};