]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/ftplugin/python/lsp.vim
Fucking assholes renames already working things
[dotfiles.git] / vim / .vim / ftplugin / python / lsp.vim
index c792deac5f876346e32d566cc2d492966c84e9ec..85091b42a571d58d97280d57512f56e82454cb3f 100644 (file)
@@ -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