refactor(nvim): remove nvim-treesitter-context

This commit is contained in:
Price Hiller 2024-05-07 23:20:43 -05:00
parent e3898adcab
commit bdb7770df8
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -25,20 +25,8 @@ return {
},
},
{
"nvim-treesitter/nvim-treesitter-context",
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",
"PriceHiller/nvim-ts-autotag",
branch = "fix/close-xml-tags",
dependencies = { "nvim-treesitter/nvim-treesitter" },
event = { "BufReadPre", "BufNewFile" },
opts = {