dotfiles/config/nvim/after/lsp/clangd.lua

4 lines
85 B
Lua

---@type vim.lsp.Config
return {
cmd = { "clangd", "--header-insertion=never" },
}