new: neovim config

This commit is contained in:
Matthew Ryan Dillon 2021-09-26 17:03:27 -07:00
parent 5c619c4d01
commit 2c7b5d0315
3 changed files with 124 additions and 0 deletions

View file

@ -20,6 +20,7 @@ source "$HOME/.cargo/env"
alias q="conda activate q2dev"
alias i="ipython3"
alias greg="grep"
alias vim="nvim"
BASE16_SHELL=$HOME/.config/base16-shell/
[ -n "$PS1" ] && [ -s $BASE16_SHELL/profile_helper.sh ] && eval "$($BASE16_SHELL/profile_helper.sh)"