Add golang linters to vim

This commit is contained in:
Marty Oehme 2019-07-11 09:01:00 +02:00
parent 22e9309e85
commit f3c89aa1e3

View file

@ -274,9 +274,10 @@ let g:ale_fixers = {
\'*': ['remove_trailing_lines', 'trim_whitespace'],
\}
" let g:ale_linters = {
" \ 'go': ['golangci-lint','gopls'],
" \}
let g:ale_linters = {
\ 'go': ['golangci-lint','gopls'],
\ 'sh': ['language_server','shellcheck','shfmt'],
\}
" PLUGIN: AIRLINE
" PLUGIN: TMUXLINE