diff --git a/home/.vimrc b/home/.vimrc index 27a80f4..3940af8 100644 --- a/home/.vimrc +++ b/home/.vimrc @@ -173,7 +173,7 @@ let g:ale_linters = { \'javascript': ['eslint'], \'json': ['jsonlint'], \'pug': ['puglint'], - \'python': ['mypy'], + \'python': ['pyright', 'mypy'], \'typescript': ['eslint', 'tsserver'], \'typescriptreact': ['eslint', 'tsserver'], \'vue': ['vls']