You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ! commanc -v install_vim_plugin > /dev/null 2>&1; then
echo "install_vim_plugin not found"
exit 1
fi
base_url="https://github.com"
for i in (ctrlpvim/ctrlp.vim fatih/vim-go terryma/vim-multiple-cursors tpope/vim-surround wellle/targets.vim isRuslan/vim-es6 SirVer/ultisnips google/vim-jsonnet); do