LukeGoodsell / nextflow-vim

Nextflow plugin for VIM
48 stars 20 forks source link

Vim plugin for Nextflow workflows

Currently supports syntax highlighting of .nf scripts.

Extends (presumed-available) groovy syntax highlighting.

screenshot

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