fix(nvim-treesitter-context): reduce context shown
This commit is contained in:
@@ -3,5 +3,7 @@ return {
|
|||||||
"nvim-treesitter/nvim-treesitter-context",
|
"nvim-treesitter/nvim-treesitter-context",
|
||||||
opts = {
|
opts = {
|
||||||
mode = 'topline',
|
mode = 'topline',
|
||||||
|
max_lines = 3,
|
||||||
|
multiline_threshold = 1,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user