Skip to content

LukeGoodsell/nextflow-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Nextflow plugin for VIM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published