]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/ftplugin/go/lsp.vim
Revert "Latest vim-lsp compatibility"
[dotfiles.git] / vim / .vim / ftplugin / go / lsp.vim
1 au User lsp_setup call lsp#register_server({
2 \    "name": "gopls",
3 \    "cmd": ["gopls"],
4 \    "allowlist": ["go"],
5 \})