sass-lint syntastic checking enabled

This commit is contained in:
ManjaroOne666 2017-09-16 22:27:49 +01:00
parent 927a543859
commit ff1ac4b645
1 changed files with 7 additions and 4 deletions

11
vimrc
View File

@ -123,12 +123,12 @@ let mapleader = "\<space>"
set hidden set hidden
set bg=dark set bg=dark
set number " set number
" set nonumber set nonumber
set autoindent set autoindent
" set width of the fold column to create a margin " set width of the fold column to create a margin
set foldcolumn=1 set foldcolumn=2
" hi FoldColumn ctermfg=255 ctermbg=226 " hi FoldColumn ctermfg=255 ctermbg=226
colorscheme customred256 colorscheme customred256
@ -272,7 +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 = "[%eE %wW]" let g:syntastic_stl_format = "[%E{%e Ers: %fe} %W{%w Wrs %fw}]"
let g:syntastic_scss_checkers = ['sass_lint']
" 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.