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

@ -1,4 +1,8 @@
return {
"OXY2DEV/markview.nvim",
lazy = false
lazy = false,
priority = 49,
dependencies = {
"saghen/blink.cmp"
},
}