Skip to content

Commit 2c3cee6

Browse files
committed
Merge branch 'master' of github.com:batsuev/csscomb-vim
2 parents cc85436 + 5de3204 commit 2c3cee6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# CSScomb-vim
22
Vim plugin for http://csscomb.com/
3-
## Installation (using Pathogen)
3+
## Installation
4+
### pathogen:
45
```
56
cd ~/.vim/bundle
67
git clone https://github.com/batsuev/csscomb-vim.git
78
```
9+
### manual:
10+
```
11+
git clone https://github.com/batsuev/csscomb-vim.git
12+
cp csscomb-vim/plugin/* ~/.vim/plugin/
13+
```
814
## Usage
915
```
1016
:CSSComb

0 commit comments

Comments
 (0)