Skip to content

Commit 7f48e70

Browse files
committed
Updated readme with less support, removed build config portion of NeoBundle
1 parent f8afcc7 commit 7f48e70

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ Bundle 'git://github.com/csscomb/vim-csscomb.git'
3434
### With NeoBundle
3535
Add this to .vimrc:
3636
```
37-
NeoBundle 'csscomb/vim-csscomb', {
38-
\ 'build': {
39-
\ 'unix': 'npm install -g csscomb',
40-
\ 'mac': 'npm install -g csscomb'
41-
\ }}
37+
NeoBundle 'csscomb/vim-csscomb'
4238
```
4339

4440
### Manual without plugins manager
@@ -59,5 +55,5 @@ Vim command:
5955
" Map bc to run CSScomb. bc stands for beautify css
6056
autocmd FileType css noremap <buffer> <leader>bc :CSScomb<CR>
6157
" Automatically comb your CSS on save
62-
autocmd BufWritePre,FileWritePre *.css,*.scss,*.sass silent! :CSScomb<CR>
58+
autocmd BufWritePre,FileWritePre *.css,*.less,*.scss,*.sass silent! :CSScomb<CR>
6359
```

0 commit comments

Comments
 (0)