]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/ftplugin/c/lsp.vim
Using LLVM11
[dotfiles.git] / vim / .vim / ftplugin / c / lsp.vim
index 39ce1068d35fe3d2b2e2c45d90315bba9b879e56..f033c0763167a4b85205223160c55c9f816ebc58 100644 (file)
@@ -1,5 +1,5 @@
 au User lsp_setup call lsp#register_server({
 \    "name": "clangd",
-\    "cmd": ["clangd60"],
+\    "cmd": ["clangd"],
 \    "allowlist": ["c", "cpp", "objc", "objcpp"],
 \})