neovim: Disable clangd auto-include

This commit is contained in:
traxys 2025-03-10 16:59:51 +01:00
parent 8529e02d68
commit fca78207e5

View file

@ -164,7 +164,13 @@
};
bashls.enable = true;
dartls.enable = true;
clangd.enable = true;
clangd = {
enable = true;
cmd = [
"clangd"
"--header-insertion=never"
];
};
tinymist.enable = true;
efm.extraOptions = {
init_options = {