dotfiles/nvim/after/lsp/clangd.lua
2026-06-02 08:20:14 +02:00

4 lines
71 B
Lua

---@type vim.lsp.Config
return {
filetypes = { "c", "cpp", "cc" },
}