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