nvim: Sort ALE linters
This commit is contained in:
parent
0861fddf0b
commit
d93c923db8
1 changed files with 4 additions and 4 deletions
|
|
@ -145,14 +145,14 @@ let g:ale_go_golangci_lint_package = 1
|
|||
let g:ale_go_golangci_lint_options = ''
|
||||
let g:ale_linters = {
|
||||
\ '-': [],
|
||||
\ 'bash': [
|
||||
\ 'shellcheck',
|
||||
\ ],
|
||||
\ 'go': [
|
||||
\ 'go build',
|
||||
\ 'goimports',
|
||||
\ 'golangci-lint',
|
||||
\ 'go vet',
|
||||
\ 'go build',
|
||||
\ ],
|
||||
\ 'bash': [
|
||||
\ 'shellcheck',
|
||||
\ ],
|
||||
\ 'python': [
|
||||
\ 'flake8',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue