fix(nvim-treesitter-context): reduce context shown

This commit is contained in:
2025-04-12 16:23:47 +02:00
parent a5567b9b05
commit 2bdbdc0c44
+2
View File
@@ -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,
}, },
} }