Commit b28bab83882adbba11441a443d284d28d4af18db Parent: 7d1d9646d7e1f607896db7e2163eece9299434ac Author: Matt Colligan <matthewcolligan@improbable.io> Date: 2024-07-05 14:57:15 +0100 Committer: Matt Colligan <matthewcolligan@improbable.io> Committed: 2024-07-05 14:57:15 +0100 use pyright instead of mypy
start/self/plugin/settings.vim Modified
@@ -79,7 +79,7 @@ let g:ale_linters_explicit = 1 let g:ale_linters = { \ 'haskell': ['hlint'], -\ 'python': ['flake8', 'mypy', 'ruff'], +\ 'python': ['flake8', 'pyright', 'ruff'], \} " Don't show errors in virtual text or signs column; rely on echoed message instead let g:ale_virtualtext_cursor = 0