Skip to content

Commit cb28660

Browse files
committed
edit README.md
1 parent d4261bd commit cb28660

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
# CSScomb plugin for Vim
22

33
## About
4-
Plugin based on CSScomb
4+
Plugin based on CSScomb algorithm.
5+
6+
The algorithm of CSScomb simulates web-technologists actions upon working with CSS-code to the limit. Usually to re-order code you move lines over each other considering comments in the code, multilines records of property values, khaki and everything that could be found in the real file. CSScomb reproduces these actions for you. This means that the parser "thinks" as a person editing the text, not as a blind robot parsing CSS.
7+
8+
For more info, online demo and tests see [http://csscomb.com/](csscomb.com)
9+
10+
## Installation
11+
12+
### With Pathogen
13+
14+
```
15+
cd ~/.vim/bundle
16+
git clone https://github.com/miripiruni/csscomb-for-vim.git
17+
```
18+
19+
### With Vundle
20+
Add this to .vimrc:
21+
```
22+
Bundle 'git://github.com/miripiruni/csscomb-for-vim.git'
23+
```
24+
25+
### Manual
26+
```
27+
git clone https://github.com/
28+
```

0 commit comments

Comments
 (0)