Open vimtex panel in float #3206
Answered
by
lervag
AllergicMushroom
asked this question in
Q&A
-
Is it possible to open the vimtex panel as a float? Similar to telescope, toggleterm, etc. |
Beta Was this translation helpful? Give feedback.
Answered by
lervag
Aug 21, 2025
Replies: 1 comment 5 replies
-
Can you elaborate, what do you mean with "vimtex panel"? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, ok. Well, no, VimTeX does not have any such panel, it relies on the built-in quickfix feature. See
:help quickfix
for reference. The quickfix feature works very well and I have no plan to replace it with something new.Now, you might be interested in looking into quickfix "enhancers". I know of a few things that might be interesting, but you should do your own research and choose to use something that looks interesting to you.