Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 710 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 710 Bytes

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

  • language-specific highlighting of shell/script blocks.
  • tab-completion