feat: disable treesitter-context

This plugin is flooding my editor with errors when editing Markdown
files. Disabling for now until I can look into it more.
This commit is contained in:
Devin Haska 2024-06-22 21:14:52 -07:00
parent e9ec11636f
commit ad4dfe73ea
No known key found for this signature in database
2 changed files with 6 additions and 7 deletions

View file

@ -26,12 +26,12 @@ return {
require("nvim-treesitter.configs").setup(opts)
end,
},
{
"nvim-treesitter/nvim-treesitter-context",
opts = {
max_lines = 2,
},
},
-- {
-- "nvim-treesitter/nvim-treesitter-context",
-- opts = {
-- max_lines = 2,
-- },
-- },
{
"windwp/nvim-ts-autotag",
event = "VeryLazy",