Awesome
Vim plugin for Nextflow workflows
Currently supports syntax highlighting of .nf scripts.
Extends (presumed-available) groovy syntax highlighting.
Installation
vim-plug
Plug 'LukeGoodsell/nextflow-vim'
Vundle
Plugin 'LukeGoodsell/nextflow-vim'
NeoBundle
NeoBundle 'LukeGoodsell/nextflow-vim'
Manual
git clone https://github.com/LukeGoodsell/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;
Goals
- language-specific highlighting of shell/script blocks.
- tab-completion