mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 10:05:37 +02:00
[LSP] clangd - Support LspInstall clangd. (#171)
This commit is contained in:
parent
42638f6061
commit
871b0fef2a
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
require'lspconfig'.clangd.setup{
|
||||
cmd = {DATA_PATH .. "/lspinstall/clangd/clangd_11.0.0/bin/clangd"},
|
||||
on_attach = require'lsp'.common_on_attach
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue