1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update Python settings and related doc

This commit is contained in:
jdhao
2021-03-25 23:15:54 +08:00
parent cabb5b7604
commit 41a2d1b950
3 changed files with 4 additions and 2 deletions

View File

@@ -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}
\ }
\ }
\ }})