sass-lint set to use custom configuration

This commit is contained in:
ManjaroOne666 2017-09-16 23:00:42 +01:00
parent 9d56bc387b
commit 6c5ec1630a
1 changed files with 2 additions and 2 deletions

4
vimrc
View File

@ -272,10 +272,10 @@ let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 0
let g:syntastic_check_on_open = 1
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_sass_lint_args = "-v -c /home/ray/.config/sass-lint/sass-lint.yml"
" ultisnips
" Trigger configuration. Do not use <tab> if you use https://github.com/Valloric/YouCompleteMe.