Update ale linters
This commit is contained in:
parent
8acb3eaf99
commit
78fd03a196
1 changed files with 2 additions and 0 deletions
|
|
@ -110,9 +110,11 @@ set completeopt+=longest
|
|||
let g:ale_sign_error = '!'
|
||||
let g:ale_sign_warning = '?'
|
||||
let g:ale_linters = {
|
||||
\ '-': [],
|
||||
\ 'go': [
|
||||
\ 'goimports',
|
||||
\ 'go vet',
|
||||
\ 'go build',
|
||||
\ ],
|
||||
\}
|
||||
nmap <silent> <Leader>n <Plug>(ale_previous_wrap)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue