1
0
Fork 0

add checkhealth for telescope plugin as mentioned by the project README

This commit is contained in:
Pratham Patel 2023-01-22 09:53:52 +05:30
parent c6e596ae39
commit 124e49c893
1 changed files with 3 additions and 0 deletions

View File

@ -27,5 +27,8 @@ popd
sh -c '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'
nvim +'PlugInstall' +'q' +'q'
nvim +'checkhealth telescope' +'q' +'q'
popd