Skip to content

Mxrcon/nextflow-vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim plugin for Nextflow workflows

Currently supports syntax highlighting of .nf scripts.

Extends (presumed-available) groovy syntax highlighting.

screenshot

Image using true vim colorscheme by megentiu

Installation

vim-plug

Plug 'Mxrcon/nextflow-vim'

Vundle

Plugin 'Mxrcon/nextflow-vim'

NeoBundle

NeoBundle 'Mxrcon/nextflow-vim'

Manual

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;

About

Nextflow plugin for VIM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 75.0%
  • Nextflow 25.0%