Fix treesitter - markview clash that causes sytax issues in markview

when treesitter loads first.
This commit is contained in:
Martin Larsson 2025-07-08 23:28:13 +02:00
parent 9422ced0a8
commit 07471f5d48
2 changed files with 6 additions and 1 deletions

View file

@ -12,6 +12,7 @@ return {
}
},
"nvim-treesitter/nvim-treesitter-textobjects",
"OXY2DEV/markview.nvim",
},
config = function()
require("nvim-treesitter.configs").setup({