Add golangci linter to vim through ale
This commit is contained in:
parent
95c3305cbb
commit
6f2f130212
1 changed files with 4 additions and 3 deletions
|
@ -273,9 +273,10 @@ let g:ale_fixers = {
|
|||
\'typescript': ['prettier','tslint'],
|
||||
\'*': ['remove_trailing_lines', 'trim_whitespace'],
|
||||
\}
|
||||
let g:ale_linters = {
|
||||
\ 'go': ['gopls'],
|
||||
\}
|
||||
|
||||
" let g:ale_linters = {
|
||||
" \ 'go': ['golangci-lint','gopls'],
|
||||
" \}
|
||||
|
||||
" PLUGIN: AIRLINE
|
||||
" PLUGIN: TMUXLINE
|
||||
|
|
Loading…
Reference in a new issue