Skip to content

Commit

Permalink
set trim_scope to inner
Browse files Browse the repository at this point in the history
Signed-off-by: mjkx <[email protected]>
  • Loading branch information
mjkx5 committed May 25, 2024
1 parent 620a9ab commit 756669b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/modules/configs/editor/ts-context.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ return function()
min_window_height = 0, -- Minimum editor window height to enable context. Values <= 0 mean no limit.
line_numbers = true,
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'
trim_scope = "inner", -- Which context lines to discard if `max_lines` is exceeded. Choices: 'inner', 'outer'
mode = "cursor", -- Line used to calculate context. Choices: 'cursor', 'topline'
zindex = 50,
})
Expand Down

0 comments on commit 756669b

Please sign in to comment.