neovim: Update explicit linter config for ALE
This commit is contained in:
parent
7380b9f0cd
commit
bc55ba55fd
1 changed files with 1 additions and 2 deletions
|
|
@ -140,8 +140,8 @@ let g:ale_sign_error = '!'
|
||||||
let g:ale_sign_warning = '?'
|
let g:ale_sign_warning = '?'
|
||||||
let g:ale_echo_msg_format = '[%linter%] %code: %%s'
|
let g:ale_echo_msg_format = '[%linter%] %code: %%s'
|
||||||
let g:ale_fix_on_save = 1
|
let g:ale_fix_on_save = 1
|
||||||
|
let g:ale_linters_explicit = 1
|
||||||
let g:ale_linters = {
|
let g:ale_linters = {
|
||||||
\ '-': [],
|
|
||||||
\ 'arduino': [
|
\ 'arduino': [
|
||||||
\ 'clang-tidy',
|
\ 'clang-tidy',
|
||||||
\ ],
|
\ ],
|
||||||
|
|
@ -173,7 +173,6 @@ let g:ale_linters = {
|
||||||
\ ],
|
\ ],
|
||||||
\}
|
\}
|
||||||
let g:ale_fixers = {
|
let g:ale_fixers = {
|
||||||
\ '-': [],
|
|
||||||
\ 'arduino': [
|
\ 'arduino': [
|
||||||
\ 'clang-format',
|
\ 'clang-format',
|
||||||
\ ],
|
\ ],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue