vim-textobj-latex
vim-textobj-latex copied to clipboard
Compatibility with other quotes plugins
Great plugin. One question: How does the "a/iq" movement it interact with the other quote textobject plugins such as
https://github.com/beloglazov/vim-textobj-quotes
or
https://github.com/reedes/vim-textobj-quote
Will yours override the other ones when editing a TeX file?
Hi EPNGH, I haven't tried those plugins. I'll take a look at them to see what happens.
From a first glance, LaTeX text objects should take preference over beloglazov/vim-textobj-quotes, since matching quote pairs are not used in LaTeX.
reedes/vim-textobj-quote, on the other hand, should not be shadowed. I myself use « and » in my LaTeX documents.