1
0
Fork 0

nvim: protolint

This commit is contained in:
Jeremy Kaplan 2021-08-04 15:49:55 -07:00
commit 14554863f4

View file

@ -172,6 +172,9 @@ let g:ale_linters = {
\ 'javascript': [
\ 'eslint',
\ ],
\ 'proto': [
\ 'protolint',
\ ],
\ 'python': [
\ 'flake8',
\ 'mypy',