refactor(nvim): remove nvim-treesitter-context
This commit is contained in:
parent
e3898adcab
commit
bdb7770df8
@ -25,20 +25,8 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter-context",
|
"PriceHiller/nvim-ts-autotag",
|
||||||
event = { "BufReadPre", "BufNewFile" },
|
branch = "fix/close-xml-tags",
|
||||||
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