return {
  cmd = { "clangd" },
  filetypes = { 'c', 'cpp', 'objc', 'objcpp', 'cuda', 'proto', 'h' },
  single_file_support = true,
}