diff options
author | Matt Singleton <matt@xcolour.net> | 2023-02-26 13:42:25 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2023-02-26 13:42:25 -0600 |
commit | 35dc1a2f0d2dad2105be48b2a6de4f677060a2bd (patch) | |
tree | ca8cb8d491896edaa89e4d158cdc9348a1d00bcd | |
parent | ee78dfeff60699b608126b47670822ae033af611 (diff) |
always skip mypy in ale
-rw-r--r-- | home/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,7 @@ let g:ctrlp_map ='<leader>a' " ale nnoremap <leader>r :ALEDetail<Enter> +let g:ale_linters_ignore = {'python': ['mypy']} " mypy is too slow and doesn't support dmypy " " visual |