neovim: Adapt to clangd-extensions changes

This commit is contained in:
Quentin Boyer 2025-01-21 00:02:06 +01:00
parent 5a7381b266
commit 5a4632efdd

View file

@ -237,23 +237,23 @@
enable = true;
enableOffsetEncodingWorkaround = true;
ast = {
roleIcons = {
settings.ast = {
role_icons = {
type = "";
declaration = "";
expression = "";
specifier = "";
statement = "";
templateArgument = "";
"template argument" = "";
};
kindIcons = {
compound = "";
recovery = "";
translationUnit = "";
packExpansion = "";
templateTypeParm = "";
templateTemplateParm = "";
templateParamObject = "";
kind_icons = {
Compound = "";
Recovery = "";
TranslationUnit = "";
PackExpansion = "";
TemplateTypeParm = "";
TemplateTemplateParm = "";
TemplateParamObject = "";
};
};
};