Explorar el Código

[LSP] clangd - Support LspInstall upstream path. (#174)

cool 👾
James Walmsley hace 4 años
padre
commit
7565d9397f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lua/lsp/clangd.lua

+ 1 - 1
lua/lsp/clangd.lua

@@ -1,4 +1,4 @@
 require'lspconfig'.clangd.setup{
-    cmd = {DATA_PATH .. "/lspinstall/clangd/clangd_11.0.0/bin/clangd"},
+    cmd = {DATA_PATH .. "/lspinstall/cpp/clangd/bin/clangd"},
     on_attach = require'lsp'.common_on_attach
 }