nvim: protolint
This commit is contained in:
parent
7c6e2a8c0a
commit
14554863f4
1 changed files with 3 additions and 0 deletions
|
|
@ -172,6 +172,9 @@ let g:ale_linters = {
|
||||||
\ 'javascript': [
|
\ 'javascript': [
|
||||||
\ 'eslint',
|
\ 'eslint',
|
||||||
\ ],
|
\ ],
|
||||||
|
\ 'proto': [
|
||||||
|
\ 'protolint',
|
||||||
|
\ ],
|
||||||
\ 'python': [
|
\ 'python': [
|
||||||
\ 'flake8',
|
\ 'flake8',
|
||||||
\ 'mypy',
|
\ 'mypy',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue