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:
parent
e9ec11636f
commit
ad4dfe73ea
2 changed files with 6 additions and 7 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue