diff --git a/vimrc b/vimrc index d01d816..c82f15d 100644 --- a/vimrc +++ b/vimrc @@ -123,12 +123,12 @@ let mapleader = "\" set hidden set bg=dark -set number -" set nonumber +" set number +set nonumber set autoindent " set width of the fold column to create a margin -set foldcolumn=1 +set foldcolumn=2 " hi FoldColumn ctermfg=255 ctermbg=226 colorscheme customred256 @@ -272,7 +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 = "[%eE %wW]" +let g:syntastic_stl_format = "[%E{%e Ers: %fe} %W{%w Wrs %fw}]" + +let g:syntastic_scss_checkers = ['sass_lint'] + " ultisnips " Trigger configuration. Do not use if you use https://github.com/Valloric/YouCompleteMe.