Fix treesitter - markview clash that causes sytax issues in markview
when treesitter loads first.
This commit is contained in:
parent
9422ced0a8
commit
07471f5d48
2 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,8 @@
|
|||
return {
|
||||
"OXY2DEV/markview.nvim",
|
||||
lazy = false
|
||||
lazy = false,
|
||||
priority = 49,
|
||||
dependencies = {
|
||||
"saghen/blink.cmp"
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue