From d48ae26da9d99ee41a06043cac765a49d29e398e Mon Sep 17 00:00:00 2001 From: Tomas Rivera <137088692+Totorile1@users.noreply.github.com> Date: Sun, 19 Apr 2026 08:37:30 +0200 Subject: [PATCH] Fixed a bug with clangd's config in neovim --- modules/home-manager/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", {