-
Notifications
You must be signed in to change notification settings - Fork 53
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
Change engine to xelatex in Neovim #651
Comments
Does your log file mention |
I have found one bug in |
Oh okay thank you so much! |
bd85205 is part of the |
### Added - Add support for escaping placeholders in forward search ([#649](latex-lsp/texlab#649)) - Add support for diagnostic filtering ([#323](latex-lsp/texlab#323)) - Add pre-built binaries for the following targets: - `aarch64-unknown-linux-gnu` - `armv7-unknown-linux-gnueabihf` - `x86_64-unknown-linux-musl` - `aarch64-pc-windows-msvc` - `i686-pc-windows-msvc` ### Fixed - Parse incomplete server options correctly ([#651](latex-lsp/texlab#651)) ## [4.1.0] - 12.06.2022 ### Added - Add server commands to clean build directory ([#607](latex-lsp/texlab#607)) ### Changed - Improve output when hovering over BibTeX strings - Improve the heuristic for finding build artifacts ([#635](latex-lsp/texlab#635)) ### Fixed - Allow brackets in included file paths ([#639](latex-lsp/texlab#639)) - Allow commands in included file paths ([#641](latex-lsp/texlab#641))
The solution presented in #263 makes sense but for some reason it is not working on neovim.
My configuration is as follows.
But diagnostics still show the same error and suggest that I switch to xelatex.
Is there something obvious I'm missing? Or is this just broken.
The text was updated successfully, but these errors were encountered: