From 6c5ec1630a53e0f817ed5c1d012b819ca9c823fd Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Sat, 16 Sep 2017 23:00:42 +0100 Subject: [PATCH] sass-lint set to use custom configuration --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index c82f15d..696b5ff 100644 --- a/vimrc +++ b/vimrc @@ -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 if you use https://github.com/Valloric/YouCompleteMe.