programs/neovim: clangd filtype c includes .h files
This commit is contained in:
@@ -31,10 +31,7 @@
|
||||
clangd = {
|
||||
enable = true;
|
||||
config = {
|
||||
filetypes = [
|
||||
"c"
|
||||
"h"
|
||||
];
|
||||
filetypes = [ "c" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user