sass-lint syntastic checking enabled
This commit is contained in:
parent
927a543859
commit
ff1ac4b645
11
vimrc
11
vimrc
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue