Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: minor change to nvim treesitter check
refer: #2389
- Loading branch information
refer: #2389
dfaca59
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! Is it possible to disable this warning for people who are interested in using treesitter with LaTeX?
dfaca59
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, of course. Simply add
let g:vimtex_syntax_enabled = 0
.