-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description

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",
-- }
})
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels