From 41a2d1b950fc1eae69f8937d5765939ec725acaf Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 25 Mar 2021 23:15:54 +0800 Subject: update Python settings and related doc --- core/plugins.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core') diff --git a/core/plugins.vim b/core/plugins.vim index c9c051b..ab15b36 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -405,6 +405,8 @@ if executable('pyls') \ 'pyflakes': {'enabled': v:false}, \ 'pycodestyle': {'enabled': v:false}, \ 'jedi_completion': {'fuzzy': v:true}, + \ 'pyls_isort': {'enabled': v:true}, + \ 'pyls_mypy': {'enabled': v:true} \ } \ } \ }}) -- cgit v1.2.3