Skip to content

manabuishii/vim-cwl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-cwl

Syntax for Common Workflow Language

Install

vim-plug

Plug 'manabuishii/vim-cwl'

pathogen

git clone https://github.com/manabuishii/vim-cwl ~/.vim/bundle/vim-cwl

Manual installation

First if you don't have following directory, create those.

mkdir -p ~/.vim/syntax
mkdir -p ~/.vim/ftdetect
mkdir -p ~/.vim/ftplugin

After that (or already have), git clone and cp

git clone https://github.com/manabuishii/vim-cwl /tmp/vim-cwl
cp /tmp/vim-cwl/syntax/cwl.vim ~/.vim/syntax
cp /tmp/vim-cwl/ftdetect/cwl.vim ~/.vim/ftdetect
cp /tmp/vim-cwl/ftplugin/cwl.vim ~/.vim/ftplugin

Releases

No releases published

Packages

No packages published