-
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
Further improvements to bibtex actions #22
Comments
|
@pfoerster Here's the texlab log for the failed reformat action:
(I get the same |
Here's the stderr log with
and here's the corresponding vim-lsp log for reference:
|
This message from vim-lsp does not conform to the JSONRPC 2.0 spec because its missing the mandatory Anyway, the server does not sent the |
Indeed, that works, thank you! I really appreciate the support. And sorry for blaming the server in the issue when I should have blamed the client... In fact, a better solution might be to report this issue at the client repo. Any suggestions how to formulate this most constructively would be welcome. (This also fixes my other issues I had with vim-lsp not providing completions for |
One related question, if I may: Do you have plans for providing a |
At the moment, implementing a formatter for LaTeX has a low priority since it is highly non-trivial. Maybe we can use the code from LaTeXIndent as a starting point. |
I noticed a few issues with references (let me know if these should be made into separate issues):
\bibliography{bibfile}
.\cite{A,B}
).I also couldn't reformat if I use https://github.com/prabirshrestha/vim-lsp to call the client (it works with the vscode extension); all I get is
Failed to document format for texlab: j
.I suspect that the server answers this request with a non-standard response; let me know what I can do to get to the bottom of this.
(This is with the rust branch, FWIW.)
The text was updated successfully, but these errors were encountered: