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