mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
Fixed a bug with clangd's config in neovim
This commit is contained in:
@@ -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", {
|
||||||
|
|||||||
Reference in New Issue
Block a user