We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a2eb2 commit 2193b6fCopy full SHA for 2193b6f
lua/custom/plugins/nvim_treesitter_context.lua
@@ -7,7 +7,7 @@ return {
7
max_lines = 0, -- How many lines the window should span. Values <= 0 mean no limit.
8
min_window_height = 0, -- Minimum editor window height to enable context. Values <= 0 mean no limit.
9
line_numbers = true,
10
- multiline_threshold = 20, -- Maximum number of lines to show for a single context
+ multiline_threshold = 10, -- Maximum number of lines to show for a single context
11
trim_scope = 'outer', -- Which context lines to discard if `max_lines` is exceeded. Choices: 'inner', 'outer'
12
mode = 'topline', -- Line used to calculate context. Choices: 'cursor', 'topline'
13
-- Separator between context and content. Should be a single character string, like '-'.
0 commit comments