Nvim: fixed treesitter-context
This commit is contained in:
parent
58f2fd2851
commit
2fd4155054
1 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,14 @@
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter-context",
|
"nvim-treesitter/nvim-treesitter-context",
|
||||||
event = "VeryLazy"
|
event = "VeryLazy",
|
||||||
|
config = function ()
|
||||||
|
require('treesitter-context').setup{
|
||||||
|
enable = true,
|
||||||
|
max_lines = 0,
|
||||||
|
min_window_height = 0,
|
||||||
|
line_numbers = true,
|
||||||
|
}
|
||||||
|
end
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue