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=85091b42a571d58d97280d57512f56e82454cb3f;hp=c792deac5f876346e32d566cc2d492966c84e9ec;hb=1c33920c93a58a40a622f567d9227581bfa55f8f;hpb=f51006942c42932c1db15534f8d3f9b47a69704a diff --git a/vim/.vim/ftplugin/python/lsp.vim b/vim/.vim/ftplugin/python/lsp.vim index c792dea..85091b4 100644 --- a/vim/.vim/ftplugin/python/lsp.vim +++ b/vim/.vim/ftplugin/python/lsp.vim @@ -3,6 +3,6 @@ if executable("pyls") au User lsp_setup call lsp#register_server({ \ "name": "pyls", \ "cmd": {server_info->["pyls"]}, - \ "whitelist": ["python"], + \ "allowlist": ["python"], \}) endif