-
Notifications
You must be signed in to change notification settings - Fork 10
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
Vim 8 support #1
Comments
Hi Steven! Looks like the default domain is indeed a little bit outdated, I issued a PR (#3) to solve that. |
Hey @Steven-LANG, thanks for this issue & your suggestions! Unfortunately, Best PS: I just found a bug related to pushing changes to the server. Now, the plugin is not yet useable in the direction vim -> overleaf-server. |
Ah good to know. Since 8.0, Vim supports async jobs as well, but the API for that seems to be more complicated, see channels. |
Thanks for the reference! BTW: as of 8a6d06f everything should work right now. ;) |
Hey David, thanks for working on this plugin!
After logging into overleaf and opening a project and running
:call Airlatex()
, the sidebar pops up and:messages
is populated with the following error:This error continues to pop up when I want to navigate in the AirLatex sidebar. No connection can be established.
Here is the output of
vim --version
if it helps you:Let me know if I can provide more information.
Additional information:
.vimrc
:Edit: Adjusted the
airlatex_domain
to Overleaf and it now works in NeoVim.The text was updated successfully, but these errors were encountered: