diff --git a/include/lint.vim b/include/lint.vim index 4e8b075..809719d 100644 --- a/include/lint.vim +++ b/include/lint.vim @@ -22,6 +22,7 @@ let g:ale_linters = { \ 'typescript': ['tsserver', 'typecheck'], \ 'javascript': ['eslint'], \ 'ruby': ['rubocop', 'ruby'], +\ 'proto': [], \} " This gets around typecheck errors for types defined in other files in the