mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-03-18 02:42:28 +08:00
Update Installation section
This commit is contained in:
15
README.md
15
README.md
@@ -11,18 +11,25 @@ I **strongly** recommend to install this plugin on *Vim 7.4 or higher with
|
|||||||
default runtime files*.
|
default runtime files*.
|
||||||
|
|
||||||
|
|
||||||
### Manual Installation
|
### Vim package
|
||||||
|
|
||||||
Download from GitHub, extract `vim-css3-syntax.tar.gz`, and copy the contents to
|
$ mkdir -p ~/.vim/pack/css3-syntax/start
|
||||||
your `~/.vim` directory.
|
$ cd ~/.vim/pack/css3-syntax/start
|
||||||
|
$ git clone https://github.com/hail2u/vim-css3-syntax.git
|
||||||
|
|
||||||
|
|
||||||
### Installing with Git and pathogen
|
### pathogen.vim
|
||||||
|
|
||||||
$ cd ~/.vim/bundle
|
$ cd ~/.vim/bundle
|
||||||
$ git clone https://github.com/hail2u/vim-css3-syntax.git
|
$ git clone https://github.com/hail2u/vim-css3-syntax.git
|
||||||
|
|
||||||
|
|
||||||
|
### Manual
|
||||||
|
|
||||||
|
Download `vim-css3-syntax.tar.gz` from GitHub, extract it, and copy the contents
|
||||||
|
to your `~/.vim` directory.
|
||||||
|
|
||||||
|
|
||||||
NOTES
|
NOTES
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user