From 739f21608db35fd743bc1639e893f354030452d7 Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Mon, 27 Jun 2022 13:40:54 -0400 Subject: [PATCH] [vim] Remove pylint Pyright is so much better --- vim/after/plugin/ale.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/vim/after/plugin/ale.vim b/vim/after/plugin/ale.vim index ac4895c..a9dbb01 100644 --- a/vim/after/plugin/ale.vim +++ b/vim/after/plugin/ale.vim @@ -32,7 +32,6 @@ function! SetupAle() \ 'chktex', \ ], \ 'python': [ - \ 'pylint', \ ], \ 'markdown': [], \}