Fixed a bug with clangd's config in neovim

This commit is contained in:
Tomas Rivera
2026-04-19 08:37:30 +02:00
parent 99fe60b43c
commit d48ae26da9
+1 -1
View File
@@ -289,7 +289,7 @@
init_options = { init_options = {
clangdFileStatus = true, clangdFileStatus = true,
usePlaceholders = true, usePlaceholders = true,
completeUnimported = true, completeUnimported = false, -- this adds a bunch of #include even thought they are #included in another header file
semanticHighlighting = true} semanticHighlighting = true}
}) })
vim.lsp.config("nixd", { vim.lsp.config("nixd", {