sign column always on
This commit is contained in:
parent
4ab1a70436
commit
d134d064f3
1
vimrc
1
vimrc
|
@ -280,6 +280,7 @@ call add(g:mucomplete#chains['default'], 'ulti')
|
|||
" ALE
|
||||
let g:ale_sign_error = '>>'
|
||||
let g:ale_sign_warning = '--'
|
||||
let g:ale_sign_column_always = 1
|
||||
|
||||
let g:ale_linters = {'scss': ['stylelint'], 'javascript': ['jshint'], 'php':['php'], 'html':['htmlhint']}
|
||||
let g:ale_html_htmlhint_options = '-c ~/.htmlhintrc --format=unix'
|
||||
|
|
Loading…
Reference in New Issue