plugins.clangd-extensions.settings

Options provided to the require('clangd_extensions').setup function.

Type: attribute set of anything

Default: { }

Example:

{
  ast = {
    role_icons = {
      declaration = "";
      expression = "";
      specifier = "";
      statement = "";
      "template argument" = "";
      type = "";
    };
  };
}

Declared by: