vim-argo is intended to help making the development of argo workflows easier. It provides a few useful commands such as:
ArgoLintto lint workflow that's open in the current buffer.ArgoSubmitto submit the workflow in the current buffer and monitor its progress in a new window.ArgoNewWorkflowto generate a new workflow for you from one of argo's example workflows.- And more! Run
help vim-argofor more details
Install using your favorite package manager, or use Vim's built-in package support:
mkdir -p ~/.vim/pack/joe-mcgovern/start
cd ~/.vim/pack/joe-mcgovern/start
git clone https://github.com/joe-mcgovern/vim-argo.git
vim -u NONE -c "helptags vim-argo/doc" -c q
This plugin has two dependencies that must be installed for it to work properly:
Install vimdoc to generate docs. They can
be generated using make docs