mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-02 09:04:36 +02:00
4 lines
144 B
Lua
4 lines
144 B
Lua
require'lspconfig'.clangd.setup {
|
|
cmd = {DATA_PATH .. "/lspinstall/cpp/clangd/bin/clangd"},
|
|
on_attach = require'lsp'.common_on_attach
|
|
}
|