From 124e49c89394f9073a39fcbcbf054ae6c85a69e0 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 22 Jan 2023 09:53:52 +0530 Subject: [PATCH] add checkhealth for telescope plugin as mentioned by the project README --- scripts/doas-pratham.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/doas-pratham.sh b/scripts/doas-pratham.sh index c5d525f..27a4fb2 100755 --- a/scripts/doas-pratham.sh +++ b/scripts/doas-pratham.sh @@ -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