Skip to content

No highlights #21

@quantum-booty

Description

@quantum-booty

image
I tried it with and without treesitter highlights (commented out).

require('calltree').setup({        -- where the calltree ui will spawn
    layout = "left",
    layout_size = 40,
    jump_mode = "invoking",
    icons = "nerd",
    -- icon_hls = {
    --     Folder = "TSNamespace",
    --     Reference = "TSParameterReference",
    --     Color = "TSType",
    --     Snippet = "TSType",
    --     Keyword = "TSType",
    --     Value = "TSType",
    --     Unit = "TSType",
    --     Text = "TSString",
    --     File = "TSURI",
    --     Module = "TSNamespace",
    --     Namespace = "TSNamespace",
    --     Package = "TSNamespace",
    --     Class = "TSType",
    --     Method = "TSMethod",
    --     Property = "TSMethod",
    --     Field = "TSField",
    --     Constructor = "TSConstructor",
    --     Enum = "TSType",
    --     Interface = "TSType",
    --     Function = "TSFunction",
    --     Variable = "TSConstant",
    --     Constant = "TSConstant",
    --     String = "TSString",
    --     Number = "TSNumber",
    --     Boolean = "TSBoolean",
    --     Array = "TSConstant",
    --     Object = "TSType",
    --     Key = "TSType",
    --     Struct = "TSType",
    --     Null = "TSType",
    --     EnumMember = "TSField",
    --     Struct = "TSType",
    --     Event = "TSType",
    --     Operator = "TSOperator",
    --     TypeParameter = "TSParameter",
    -- }
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions