1
0
Fork 0
mirror of synced 2024-06-26 18:51:09 -04:00
ultimate-vim/sources_non_forked/vim-jade
2014-05-03 11:29:12 -07:00
..
ftdetect Adding proper vim-jade. 2014-05-03 11:29:12 -07:00
ftplugin Adding proper vim-jade. 2014-05-03 11:29:12 -07:00
indent Adding proper vim-jade. 2014-05-03 11:29:12 -07:00
syntax Adding proper vim-jade. 2014-05-03 11:29:12 -07:00
README.markdown Adding proper vim-jade. 2014-05-03 11:29:12 -07:00

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.