mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 19:36:28 +00:00
Replace gometalinter with golangci-lint
This commit is contained in:
parent
fd8c3e8a75
commit
9384d9b0c6
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user