|
@@ -1,4 +1,4 @@
|
|
require'lspconfig'.clangd.setup{
|
|
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
|
|
on_attach = require'lsp'.common_on_attach
|
|
}
|
|
}
|