Skip to content

Commit 25b6923

Browse files
committed
+some text
1 parent 50bf50e commit 25b6923

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,14 @@ Add this to .vimrc:
2222
Bundle 'git://github.com/miripiruni/csscomb-for-vim.git'
2323
```
2424

25-
### Manual
25+
### Manual without plugins manager
2626
```
2727
git clone https://github.com/miripiruni/csscomb-for-vim.git
28+
cp csscomb-vim/plugin/* ~/.vim/plugin/
29+
```
30+
31+
## Usage
32+
Vim command:
33+
```
34+
:CSScomb
2835
```

0 commit comments

Comments
 (0)