Been playing with new color schemes as I've switched to Alacritty. Ran into a scenario where there was a color scheme for Neovim and not Vim. New color scheme is solid, so my previous color scheme issues are now null and void. Instead of juggling around with a shared configuration, I've committed to a separate configuration for Vim and Neovim.
5 lines
132 B
Bash
5 lines
132 B
Bash
export CLICOLOR=1
|
|
export EDITOR=vvim
|
|
export KEYTIMEOUT=1
|
|
export QUOTING_STYLE=literal
|
|
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gcr/ssh
|