fix: context to max 2 lines

This commit is contained in:
Devin Lumley 2024-01-04 20:01:07 -08:00
parent f11252f073
commit 3120c51c84

View file

@ -13,7 +13,10 @@ return {
end
},
{
"nvim-treesitter/nvim-treesitter-context"
"nvim-treesitter/nvim-treesitter-context",
opts = {
max_lines = 2,
}
},
{
'windwp/nvim-autopairs',