mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-21 03:41:34 +02:00
neovim: Disable clangd auto-include
This commit is contained in:
parent
8529e02d68
commit
fca78207e5
1 changed files with 7 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue