fix: context to max 2 lines
This commit is contained in:
parent
f11252f073
commit
3120c51c84
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@ return {
|
|||
end
|
||||
},
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter-context"
|
||||
"nvim-treesitter/nvim-treesitter-context",
|
||||
opts = {
|
||||
max_lines = 2,
|
||||
}
|
||||
},
|
||||
{
|
||||
'windwp/nvim-autopairs',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue