Add golang linters to vim
This commit is contained in:
parent
22e9309e85
commit
f3c89aa1e3
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue