aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2023-02-26 13:42:25 -0600
committerMatt Singleton <matt@xcolour.net>2023-02-26 13:42:25 -0600
commit35dc1a2f0d2dad2105be48b2a6de4f677060a2bd (patch)
treeca8cb8d491896edaa89e4d158cdc9348a1d00bcd
parentee78dfeff60699b608126b47670822ae033af611 (diff)
always skip mypy in ale
-rw-r--r--home/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/vimrc b/home/vimrc
index 5c5e997..7f8e3e1 100644
--- a/home/vimrc
+++ b/home/vimrc
@@ -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