da-h / AirLatex.vim

Overleaf / ShareLatex in Vim
MIT License
79 stars 8 forks source link

Doesn't work with Vundle. #30

Closed eqimd closed 3 years ago

eqimd commented 3 years ago

Can't find command :AirLatex if the plugin installed using Vundle.

da-h commented 3 years ago

Hi,

thanks for trying out this project. :)

Just to sort some errors out: did you run nvim +UpdateRemotePlugins after the installation of this Plugin? If not, run :UpdateRemotePlugins from an active neovim session or nvim +UpdateRemotePlugins from any terminal.

I have just read that vundle is not able to execute a command after installation. This is currently a requirement of pynvim plugins (thats the Plugin API AirLatex is written with at the moment).

I am planning to remove this dependency in the future (see the vim8 branch), but I havn't tackled this yet too seriously.

Best, da-h

eqimd commented 3 years ago

Yes, it helped! But same problem as here.