File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 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
2222
2323```
2424cd ~/.vim/bundle
25- git clone https://github.com/miripiruni/CSScomb-for-Vim .git
25+ git clone https://github.com/csscomb/vim-csscomb .git
2626```
2727
2828### With Vundle
2929Add this to .vimrc:
3030```
31- Bundle 'git://github.com/miripiruni/CSScomb-for-Vim .git'
31+ Bundle 'git://github.com/csscomb/vim-csscomb .git'
3232```
3333
3434### With NeoBundle
3535Add this to .vimrc:
3636```
37- NeoBundle 'faceleg /vim-csscomb', {
37+ NeoBundle 'csscomb /vim-csscomb', {
3838 \ 'build': {
3939 \ 'unix': 'npm install -g csscomb',
4040 \ 'mac': 'npm install -g csscomb'
@@ -43,7 +43,7 @@ NeoBundle 'faceleg/vim-csscomb', {
4343
4444### Manual without plugins manager
4545```
46- git clone https://github.com/miripiruni/CSScomb-for-Vim .git csscomb
46+ git clone https://github.com/csscomb/vim-csscomb .git csscomb
4747cp -r csscomb/plugin/* ~/.vim/plugin/
4848```
4949
You can’t perform that action at this time.
0 commit comments