Skip to content

Commit

Permalink
install the missing vim-plug to make nvim great again
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcercal authored Mar 7, 2024
1 parent 5c69eef commit 1c68d5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ install:
- "pyenv global $(pyenv install -l | awk '{print $1}' | egrep -e '^3\\.\\d+\\.\\d+$' | tail -n 1)"
- "pyenv exec pip install --upgrade pip"
- "pyenv exec pip install neovim pynvim"
- "curl -fLo \"${XDG_DATA_HOME:-$HOME/.local/share}\"/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"
gem:
rubygems:
- "neovim"
Expand Down

0 comments on commit 1c68d5a

Please sign in to comment.