-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to show Build Error message in neovim
to show what was wrong?
#836
Comments
@amalgame21 I am not familiar with |
Hi, I have the same problem. |
@amalgame21 @Unpredictability Can you try the same thing with |
Hi, I have the same problem. |
Hello, there are a couple of things that may be relevant here:
|
I am using the https://github.com/nvim-lua/kickstart.nvim
init.lua
script and configure it to use texlab lsp.When I type
:TexlabBuild
to build the tex file, when all things in the .tex file is correct, the bottom left corner displayBuild Success
However when the .tex file have something wrong, like I comment out the `% \end{document}
type
:TexlabBuild
to build the tex file, bottom left corner displayBuild Error
, but nothing more.In vimtex, the Error message will pop up to show what was messed up in the file.
In texlab, how can I see the error message to see which part causing build error?
The text was updated successfully, but these errors were encountered: