chore(nvim): configure treesitter_context plugin
This commit is contained in:
parent
1d09ac5996
commit
efeb390933
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require('treesitter-context').setup{
|
||||
enable = true,
|
||||
max_lines = 0,
|
||||
max_lines = 7,
|
||||
min_window_height = 0,
|
||||
line_numbers = true,
|
||||
multiline_threshold = 20,
|
||||
multiline_threshold = 4,
|
||||
trim_scope = 'outer',
|
||||
mode = 'cursor',
|
||||
separator = nil,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue