sign column always on

This commit is contained in:
ManjaroOne666 2017-09-17 18:32:04 +01:00
parent 4ab1a70436
commit d134d064f3
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

@ -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'