update
This commit is contained in:
parent
6c614c0213
commit
3a3a0deb37
3 changed files with 4 additions and 3 deletions
2
vimrc
2
vimrc
|
|
@ -209,9 +209,7 @@ let g:ale_sign_warning = '>'
|
|||
let g:ale_sign_column_always = 1
|
||||
let g:ale_open_list = 0
|
||||
|
||||
" let g:ale_linters = {'scss': ['stylelint'], 'javascript': ['eslint'], 'php':['php'], 'html':['htmlhint'], 'python': [], 'vue': []}
|
||||
let g:ale_linters = {'scss': ['stylelint'], 'javascript': [], 'php':['php'], 'html':['htmlhint'], 'python': [], 'vue': []}
|
||||
" let g:ale_linters_explicit = 1
|
||||
let g:ale_html_htmlhint_options = '-c ~/.htmlhintrc --format=unix'
|
||||
let g:ale_fixers = {'javascript': ['eslint']}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue