abhi18av / nextflow-vim

Nextflow plugin for VIM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Vim Script 75.0%Language:Nextflow 25.0%