Add pyright
This commit is contained in:
+1
-1
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user