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 {
|
return {
|
||||||
"OXY2DEV/markview.nvim",
|
"OXY2DEV/markview.nvim",
|
||||||
lazy = false
|
lazy = false,
|
||||||
|
priority = 49,
|
||||||
|
dependencies = {
|
||||||
|
"saghen/blink.cmp"
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ return {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nvim-treesitter/nvim-treesitter-textobjects",
|
"nvim-treesitter/nvim-treesitter-textobjects",
|
||||||
|
"OXY2DEV/markview.nvim",
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
require("nvim-treesitter.configs").setup({
|
require("nvim-treesitter.configs").setup({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue