Replace gometalinter with golangci-lint

This commit is contained in:
ViViDboarder 2021-01-13 09:21:04 -08:00
parent fd8c3e8a75
commit 9384d9b0c6
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ if (g:vim_as_an_ide && !g:gui.has_linter_features) && (has('nvim') || v:version
" NOTE: Some of these are installed when bootstrapping environment, outside of vim setup
let g:ale_linters = {
\ 'go': ['gopls', 'golint', 'gometalinter'],
\ 'go': ['gopls', 'golint', 'golangci-lint'],
\ 'python': ['pyls', 'mypy'],
\ 'rust': ['rls', 'cargo'],
\ 'sh': ['language_server', 'shell', 'shellcheck'],