diff --git a/modules/home-manager/neovim.nix b/modules/home-manager/neovim.nix index 871c50c..154ae45 100644 --- a/modules/home-manager/neovim.nix +++ b/modules/home-manager/neovim.nix @@ -289,7 +289,7 @@ init_options = { clangdFileStatus = true, usePlaceholders = true, - completeUnimported = true, + completeUnimported = false, -- this adds a bunch of #include even thought they are #included in another header file semanticHighlighting = true} }) vim.lsp.config("nixd", {