mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-03 19:21:05 +01:00
neovim: Adapt to clangd-extensions changes
This commit is contained in:
parent
5a7381b266
commit
5a4632efdd
1 changed files with 11 additions and 11 deletions
|
|
@ -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 = "";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue