Merge branch 'master' of ssh://git.joshuabell.xyz:3032/nvim
This commit is contained in:
commit
d8295af1e9
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ return {
|
|||
event = "BufRead",
|
||||
opts = {
|
||||
enable = true, -- Enable this plugin (Can be enabled/disabled later via commands)
|
||||
max_lines = 15, -- How many lines the window should span. Values <= 0 mean no limit.
|
||||
max_lines = 3, -- How many lines the window should span. Values <= 0 mean no limit.
|
||||
min_window_height = 0, -- Minimum editor window height to enable context. Values <= 0 mean no limit.
|
||||
line_numbers = true,
|
||||
multiline_threshold = 3, -- Maximum number of lines to show for a single context
|
||||
multiline_threshold = 1, -- Maximum number of lines to show for a single context
|
||||
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'
|
||||
-- Separator between context and content. Should be a single character string, like '-'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue