]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/ftplugin/c/lsp.vim
Using LLVM11
[dotfiles.git] / vim / .vim / ftplugin / c / lsp.vim
1 au User lsp_setup call lsp#register_server({
2 \    "name": "clangd",
3 \    "cmd": ["clangd"],
4 \    "allowlist": ["c", "cpp", "objc", "objcpp"],
5 \})