Set termguicolors in vimrc when available

This commit is contained in:
Lynda Wang
2020-07-25 16:38:58 -04:00
parent 5054aecda5
commit ee11695dee
2 changed files with 10 additions and 2 deletions

4
zshrc
View File

@@ -90,8 +90,8 @@ bindkey -e
source $ZSH/lib/*.zsh
# Source my custom files after oh-my-zsh so I can override things.
source $HOME/.dotfiles/functions
source $HOME/.dotfiles/aliases
source $HOME/.env.platform
source $HOME/.aliases
# Fix <c-h> in neovim
infocmp $TERM | sed 's/kbs=^[hH]/kbs=\\177/' > $HOME/.$TERM.ti