Add ChatGPT plugin to nvim

This commit is contained in:
Alexander Navarro 2024-02-18 12:25:29 -03:00
parent 613b8b510e
commit bf32fe820c
9 changed files with 221 additions and 6 deletions

View file

@ -34,6 +34,10 @@ update_path "$HOME/.local/share/rtx/shims"
. "$HOME/.cargo/env"
if [[ "$DOTS/config/zsh/zprofile.local" -e ]]; then
source "$DOTS/config/zsh/zprofile.local"
fi
if [[ $OSTYPE =~ 'darwin' ]]; then
eval "$(/opt/homebrew/bin/brew shellenv)"
fi