Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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: