]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/ftplugin/go/lsp.vim
Fucking assholes renames already working things
[dotfiles.git] / vim / .vim / ftplugin / go / lsp.vim
index 92614c6ce9a62f2fc59bb613e8c84e56f0c45f51..ceaad6646f04bc033529f41905f06503b91dab91 100644 (file)
@@ -1,5 +1,5 @@
 au User lsp_setup call lsp#register_server({
 \    "name": "gopls",
 \    "cmd": ["gopls"],
-\    "whitelist": ["go"],
+\    "allowlist": ["go"],
 \})