diff --git a/nvim/.config/nvim/lua/lsp.lua b/nvim/.config/nvim/lua/lsp.lua index 5df2fca..1f3d355 100644 --- a/nvim/.config/nvim/lua/lsp.lua +++ b/nvim/.config/nvim/lua/lsp.lua @@ -199,7 +199,7 @@ require('rust-tools').setup(rust_tool_opts) local servers = { clangd = { default_config = { - cmd = { "clangd", "--background-index", "--pch-storage=memory", "--clang-tidy", "--suggest-missing-includes", "--header-insertion=never" }, + cmd = { "clangd", "--background-index", "--pch-storage=memory", "--clang-tidy", "--header-insertion=never" }, filetypes = { 'c', 'cpp' }, root_dir = function(fname) -- We specify build/compile_commands.json as that is where the compile_commands.json