1
0
mirror of https://github.com/amix/vimrc synced 2025-07-07 00:15:00 +08:00

Adding vim-jade.

This commit is contained in:
Maksim Pecherskiy
2014-04-19 14:06:42 -07:00
parent 17b77b08b1
commit 1386102faa
6 changed files with 251 additions and 16 deletions

View File

@ -0,0 +1,19 @@
# vim-jade #
Vim syntax highlighting for Jade templates.
Installation
------------
I prefer to install plugins using Tim Pope's
[pathogen.vim](https://github.com/tpope/vim-pathogen). 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.