Add golangci linter to vim through ale

This commit is contained in:
Marty Oehme 2019-07-08 22:06:25 +02:00
parent 95c3305cbb
commit 6f2f130212

View file

@ -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