mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/vim-jade
amix 795a8fb80d Updated plugins and added vim-jade 2016-01-05 15:18:45 -03:00
..
ftdetect Updated plugins and added vim-jade 2016-01-05 15:18:45 -03:00
ftplugin Updated plugins and added vim-jade 2016-01-05 15:18:45 -03:00
indent Updated plugins and added vim-jade 2016-01-05 15:18:45 -03:00
syntax Updated plugins and added vim-jade 2016-01-05 15:18:45 -03:00
README.markdown Updated plugins and added vim-jade 2016-01-05 15:18:45 -03:00

README.markdown

vim-jade

Vim syntax highlighting for Jade templates.

Installation

I prefer to install plugins using Tim Pope's pathogen.vim. Installation using pathogen is quite simple.

cd ~/.vim/bundle
git clone git://github.com/digitaltoad/vim-jade.git

If you do not want to use pathogen. You can always install vim-jade in the normal manner by copying each directory to your ~/.vim directory. Make sure not to overwrite any existing directory of the same name and instead copy only the contents of the source directory to the directory of the same name in your ~/.vim directory.