quattor / pan

Pan Language Compiler and Tools
www.quattor.org
Apache License 2.0
13 stars 20 forks source link

Build package for VIM syntax plugin #100

Open jrha opened 8 years ago

wpoely86 commented 5 years ago

Not a package but also useful: use Vundle.

set nocompatible              " be iMproved, required
filetype off                  " required

" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()

" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'

Plugin 'quattor/pan', {'rtp': 'pan-vim/'}

call vundle#end()            " required
filetype plugin indent on    " required