diff options
| author | jdhao <jdhao@hotmail.com> | 2021-03-25 23:15:54 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-03-25 23:15:54 +0800 |
| commit | 41a2d1b950fc1eae69f8937d5765939ec725acaf (patch) | |
| tree | fead73fd7c16dc38c84076fa1595faefeb086441 /core | |
| parent | cabb5b7604c5424b4f094c0abef28969074fab13 (diff) | |
update Python settings and related doc
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 2 |
1 files changed, 2 insertions, 0 deletions
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} \ } \ } \ }}) |
