X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=vim%2F.vim%2Fftplugin%2Fpython%2Flsp.vim;fp=vim%2F.vim%2Fftplugin%2Fpython%2Flsp.vim;h=394f56a214b031cacb54725603a700f2dca39581;hp=85091b42a571d58d97280d57512f56e82454cb3f;hb=73a099ef9d2d01a75c13dee7efce9ece5f99dc74;hpb=3d3f800f68264c3733627bbd435ba0aee2733cf1 diff --git a/vim/.vim/ftplugin/python/lsp.vim b/vim/.vim/ftplugin/python/lsp.vim index 85091b4..394f56a 100644 --- a/vim/.vim/ftplugin/python/lsp.vim +++ b/vim/.vim/ftplugin/python/lsp.vim @@ -4,5 +4,8 @@ if executable("pyls") \ "name": "pyls", \ "cmd": {server_info->["pyls"]}, \ "allowlist": ["python"], + \ "workspace_config": {"pyls": { + \ "configurationSources": ["flake8"], + \ }}, \}) endif