nvim: Bring back golangci-lint
This commit is contained in:
parent
7b07efd3b0
commit
41b8d86373
1 changed files with 4 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ let g:ale_sign_error = '!'
|
|||
let g:ale_sign_warning = '?'
|
||||
let g:ale_echo_msg_format = '[%linter%] %code: %%s'
|
||||
let g:ale_fix_on_save = 1
|
||||
let g:ale_go_golangci_lint_options=''
|
||||
let g:ale_linters_explicit = 1
|
||||
let g:ale_linters = {
|
||||
\ 'arduino': [
|
||||
|
|
@ -152,6 +153,9 @@ let g:ale_linters = {
|
|||
\ 'css': [
|
||||
\ 'stylelint',
|
||||
\ ],
|
||||
\ 'go': [
|
||||
\ 'golangci-lint',
|
||||
\ ],
|
||||
\ 'javascript': [
|
||||
\ 'eslint',
|
||||
\ ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue