Skip to content

Can I run the compiler without it opening a pane ? #3155

Answered by lervag
AllergicMushroom asked this question in Q&A
Discussion options

You must be logged in to vote

I really don't understand what you mean. Starting the compiler should neither open a neovim buffer or open a window. There's no such thing as "a pane" in Vim/Neovim lingo, so I guess you mean "window".

VimTeX also doesn't generally open any buffers. Again, I think you are using the wrong vocabulary, which makes it hard to understand what you mean.

Perhaps you are talking about the quickfix window? This is a feature in Vim where, after compiling, we parse the logs for errors and show them in a dedicated window called the quickfix window. By default, this will open if there are errors or warnings. If you don't care about these, you can disable it with e.g. let g:vimtex_quickfix_mode = 0. No…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@AllergicMushroom
Comment options

@lervag
Comment options

@Rmano
Comment options

@lervag
Comment options

@AllergicMushroom
Comment options

Answer selected by AllergicMushroom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants