vim: more treesitter context (1->2)

This commit is contained in:
Casper V. Kristensen 2025-01-03 03:45:32 +01:00
parent 25e7421463
commit 2cf0f6a9b3

View file

@ -308,7 +308,7 @@
''
require("treesitter-context").setup({
-- Show one line of context at the top of the screen
max_lines = 1,
max_lines = 2,
})
'';
}