File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,19 +22,19 @@ npm install -g csscomb
22
22
23
23
```
24
24
cd ~/.vim/bundle
25
- git clone https://github.com/miripiruni/CSScomb-for-Vim .git
25
+ git clone https://github.com/csscomb/vim-csscomb .git
26
26
```
27
27
28
28
### With Vundle
29
29
Add this to .vimrc:
30
30
```
31
- Bundle 'git://github.com/miripiruni/CSScomb-for-Vim .git'
31
+ Bundle 'git://github.com/csscomb/vim-csscomb .git'
32
32
```
33
33
34
34
### With NeoBundle
35
35
Add this to .vimrc:
36
36
```
37
- NeoBundle 'faceleg /vim-csscomb', {
37
+ NeoBundle 'csscomb /vim-csscomb', {
38
38
\ 'build': {
39
39
\ 'unix': 'npm install -g csscomb',
40
40
\ 'mac': 'npm install -g csscomb'
@@ -43,7 +43,7 @@ NeoBundle 'faceleg/vim-csscomb', {
43
43
44
44
### Manual without plugins manager
45
45
```
46
- git clone https://github.com/miripiruni/CSScomb-for-Vim .git csscomb
46
+ git clone https://github.com/csscomb/vim-csscomb .git csscomb
47
47
cp -r csscomb/plugin/* ~/.vim/plugin/
48
48
```
49
49
You can’t perform that action at this time.
0 commit comments