From 2e70866358fa18ca604310d436c0b2a7a2b0f0dd Mon Sep 17 00:00:00 2001 From: James Dixon Date: Thu, 5 Nov 2020 23:16:51 -0500 Subject: [PATCH] add pylint to linters --- files/vim/.vim/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/vim/.vim/plugins.vim b/files/vim/.vim/plugins.vim index 3323db2..406b8ec 100644 --- a/files/vim/.vim/plugins.vim +++ b/files/vim/.vim/plugins.vim @@ -64,7 +64,7 @@ let g:netrw_nogx = 1 "ale let g:ale_linters = { -\ 'python': ['flake8'], +\ 'python': ['flake8', 'pylint'], \ 'javascript': ['eslint'], \ 'markdown': ['mdl', 'write-good'] \}