sass-lint set to use custom configuration
This commit is contained in:
parent
9d56bc387b
commit
6c5ec1630a
4
vimrc
4
vimrc
|
@ -272,10 +272,10 @@ let g:syntastic_always_populate_loc_list = 1
|
||||||
let g:syntastic_auto_loc_list = 0
|
let g:syntastic_auto_loc_list = 0
|
||||||
let g:syntastic_check_on_open = 1
|
let g:syntastic_check_on_open = 1
|
||||||
let g:syntastic_check_on_wq = 0
|
let g:syntastic_check_on_wq = 0
|
||||||
let g:syntastic_stl_format = "[%E{%e Ers: %fe} %W{%w Wrs %fw}]"
|
let g:syntastic_stl_format = "[%E{%e E: %fe}%B{,} %W{%w W: %fw}]"
|
||||||
|
|
||||||
let g:syntastic_scss_checkers = ['sass_lint']
|
let g:syntastic_scss_checkers = ['sass_lint']
|
||||||
|
let g:syntastic_scss_sass_lint_args = "-v -c /home/ray/.config/sass-lint/sass-lint.yml"
|
||||||
|
|
||||||
" ultisnips
|
" ultisnips
|
||||||
" Trigger configuration. Do not use <tab> if you use https://github.com/Valloric/YouCompleteMe.
|
" Trigger configuration. Do not use <tab> if you use https://github.com/Valloric/YouCompleteMe.
|
||||||
|
|
Loading…
Reference in New Issue