Revert 'refactor(nvim): remove nvim-treesitter-context
'
This commit is contained in:
parent
a4b0ab3c84
commit
1579c71beb
@ -25,8 +25,20 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PriceHiller/nvim-ts-autotag",
|
"nvim-treesitter/nvim-treesitter-context",
|
||||||
branch = "fix/close-xml-tags",
|
event = { "BufReadPre", "BufNewFile" },
|
||||||
|
dependencies = {
|
||||||
|
"nvim-treesitter/nvim-treesitter",
|
||||||
|
},
|
||||||
|
config = function()
|
||||||
|
require("treesitter-context").setup({
|
||||||
|
max_lines = 3,
|
||||||
|
})
|
||||||
|
vim.cmd.TSContextEnable()
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"windwp/nvim-ts-autotag",
|
||||||
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||||
event = { "BufReadPre", "BufNewFile" },
|
event = { "BufReadPre", "BufNewFile" },
|
||||||
opts = {
|
opts = {
|
||||||
|
Loading…
Reference in New Issue
Block a user