Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 20 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
# CSScomb-vim
Vim plugin for http://csscomb.com/
# CSScomb plugin for Vim

## About
Plugin based on CSScomb algorithm.

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.

For more info, online demo and tests see [http://csscomb.com/](csscomb.com)

## Installation
### pathogen:

### With Pathogen

```
cd ~/.vim/bundle
git clone https://github.com/batsuev/csscomb-vim.git
git clone https://github.com/miripiruni/csscomb-for-vim.git
```
### manual:

### With Vundle
Add this to .vimrc:
```
git clone https://github.com/batsuev/csscomb-vim.git
cp csscomb-vim/plugin/* ~/.vim/plugin/
Bundle 'git://github.com/miripiruni/csscomb-for-vim.git'
```
## Usage

### Manual
```
:CSSComb
git clone https://github.com/miripiruni/csscomb-for-vim.git
```