Cf. #454: Comments about vim-polyglot

This commit is contained in:
Karl Yngve Lervåg 2016-07-11 23:50:48 +02:00
parent f6deaa6ccf
commit 4f64ab489c
2 changed files with 15 additions and 0 deletions

View File

@ -92,6 +92,11 @@ The following are some alternative LaTeX plugins for Vim:
removed because it adds a lot of complexity for relatively little gain
(IMHO).
Note: LaTeX-Box is included with
[vim-polyglot](https://github.com/sheerun/vim-polyglot). Some users are not
quite aware of this and end up trying vimtex with LaTeX-Box enabled. This
will not work --- please disable LaTeX-Box first!
- [LaTeX-Suite](http://vim-latex.sourceforge.net)
The main difference between vimtex and LaTeX-Suite (aka vim-latex) is

View File

@ -1946,6 +1946,16 @@ are a few things that must be considered for system interoperability. A number
of common problems and suggested solutions are included in the following
troubleshooting section.
Problem: The user wants to use vim-polyglot~
This is a problem, because vim-polyglot [0] includes and enables LaTeX-Box by
default. LaTeX-Box will not work well with vimtex, e.g. because of conflicting
mappings.
Suggested solution: Don't use vim-polyglot.
[0]: https://github.com/sheerun/vim-polyglot
Problem: Upon starting continuous compilation the status bar indicates~
'latexmk compile: started continuous mode' but compilation never terminates~
and the quickfix window does not load.~