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

fix(install): fix install method

This commit is contained in:
wangjun
2022-04-13 17:21:09 +08:00
parent af4c7947ab
commit 3e41778dc3
1582 changed files with 422 additions and 433 deletions

View File

@ -0,0 +1,21 @@
# 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](https://github.com/tpope/vim-pathogen). 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.