mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/vim-pug
Wu Tingfeng 378168c979
gitignore sources_non_forked_cache
2022-11-21 23:06:50 +08:00
..
ftdetect gitignore sources_non_forked_cache 2022-11-21 23:06:50 +08:00
ftplugin gitignore sources_non_forked_cache 2022-11-21 23:06:50 +08:00
indent gitignore sources_non_forked_cache 2022-11-21 23:06:50 +08:00
syntax gitignore sources_non_forked_cache 2022-11-21 23:06:50 +08:00
README.md gitignore sources_non_forked_cache 2022-11-21 23:06:50 +08:00

README.md

vim-pug

Vim syntax highlighting for Pug (formerly Jade) templates.

For best results consider using this with an (improved) HTML5 syntax plugin.

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-pug.git

If you do not want to use pathogen. You can always install vim-pug 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.