2 changed files with 18 additions and 6 deletions
@ -0,0 +1,6 @@
|
||||
local lspconfig = require("lspconfig") |
||||
|
||||
lspconfig.clangd.setup({ |
||||
cmd = { "clangd", "--background-index", "--clang-tidy" }, |
||||
filetypes = { "c", "cpp", "objc", "objcpp" }, |
||||
}) |
||||
Loading…
Reference in new issue