vim-argo is intended to help making the development of argo workflows easier. It provides a few useful commands such as:
ArgoLint
to lint workflow that's open in the current buffer.ArgoSubmit
to submit the workflow in the current buffer and monitor its progress in a new window.ArgoNewWorkflow
to generate a new workflow for you from one of argo's example workflows.- And more! Run
help vim-argo
for 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