Skip to content

nextflow-io/vim-language-nextflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-language-nextflow

Vim plugin for Nextflow.

The original version of this plugin is based on Luke Goodsell's plugin and was later on improved.

Installation

NixVim

let
  vim-language-nextflow = pkgs.vimUtils.buildVimPlugin {
    name = "vim-language-nextflow";
    src = builtins.fetchGit {
      url = "https://github.com/nextflow-io/vim-language-nextflow";
      rev = "0be2ac1b325427617e4926c117fe1cdb6a8c3a4e"; # Change commit SHA accordingly!
    };
  };
in
{
  extraPlugins = [ vim-language-nextflow ];
}

VimPlug

call plug#begin('~/.vim/plugged')

" Change the commit SHA accordingly!
Plug 'nextflow-io/vim-language-nextflow', { 'commit': '0be2ac1b325427617e4926c117fe1cdb6a8c3a4e' }

call plug#end()

About

Vim plugin for Nextflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •