Skip to content

Commit

Permalink
perf: add description
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesChiuGit committed May 25, 2024
1 parent 620a9ab commit f7762b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/modules/configs/editor/ts-context.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ return function()
multiline_threshold = 20, -- Maximum number of lines to collapse for a single context line
trim_scope = "outer", -- Which context lines to discard if `max_lines` is exceeded. Choices: 'inner', 'outer'
mode = "cursor", -- Line used to calculate context. Choices: 'cursor', 'topline'
-- HACK: to make use of `ts-context` in `glance`, set zindex to 50.(glance zindex is 45)
zindex = 50,
})
end

0 comments on commit f7762b9

Please sign in to comment.