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",
|
||||
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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user