mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-14 11:24:43 +02:00
4 lines
143 B
Lua
4 lines
143 B
Lua
require'lspconfig'.clangd.setup{
|
|
cmd = {DATA_PATH .. "/lspinstall/cpp/clangd/bin/clangd"},
|
|
on_attach = require'lsp'.common_on_attach
|
|
}
|