Currently supports syntax highlighting of .nf scripts.
Extends (presumed-available) groovy syntax highlighting.
Image using true vim colorscheme by megentiu
Plug 'Mxrcon/nextflow-vim'
Plugin 'Mxrcon/nextflow-vim'
NeoBundle 'Mxrcon/nextflow-vim'
git clone https://github.com/Mxrcon/nextflow-vim ~/nextflow-vim;
mkdir ~/.vim/ftdetect; mkdir ~/.vim/ftplugin;
cp ~/nextflow-vim/ftdetect/nextflow.vim ~/.vim/ftdetect;
cp ~/nextflow-vim/syntax/nextflow.vim ~/.vim/ftplugin;