Skip to content

Commit

Permalink
terminal/editors/neovim: add clangd-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jul 18, 2024
1 parent beece1f commit c80ad16
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
_: {
programs.nixvim = {
plugins = {
clangd-extensions = {
enable = true;
enableOffsetEncodingWorkaround = true;

ast = {
roleIcons = {
type = "";
declaration = "";
expression = "";
specifier = "";
statement = "";
templateArgument = "";
};
kindIcons = {
compound = "";
recovery = "";
translationUnit = "";
packExpansion = "";
templateTypeParm = "";
templateTemplateParm = "";
templateParamObject = "";
};
};
};
};
};
}

0 comments on commit c80ad16

Please sign in to comment.