da-h / AirLatex.vim

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

Not an editor command: AirLatex #26

Closed dataO1 closed 4 years ago

dataO1 commented 4 years ago

After installing the plugin with Plug, i cant execute Airlatex at all. Im using Neovim 0.4.3.

da-h commented 4 years ago

Thanks for the issue. :) I will look into this project next week. I'll let you know then.

wookayin commented 4 years ago

Make sure that you execute :UpdateRemotePlugins after downloading/updating the plugin.

wookayin commented 4 years ago

e.g.

function! DoRemote(arg)
    UpdateRemotePlugins
endfunction

Plug 'da-h/AirLatex.vim', { 'do': function('DoRemote') }
da-h commented 4 years ago

Thanks for the clarification @wookayin, I have changed the README.md accordingly.

@diskroma Sorry for letting you wait for so long... took longer to find the time than expected. ;)

ajoino commented 4 years ago

Sorry to raise a closed issue, but I installed the Python packages, copy-pasted the Plug command from the README into my .vimrc (I'm using neovim 0.4.3). The installation is successful, but I still get no :AirLatex command. I have tried reinstalling but it doesn't work.

EDIT: The problem was that I have just started using anaconda and environments more, and I have issues keeping track on what's installed where. I installed pynvim in the environment I'm workng in and the command appeared!

da-h commented 4 years ago

Hey @ajoino,

I just saw your comment as I am just reconsidering to work on this project again, solving the current major bug. :sweat_smile:

To your comment: thank you very much for the clarification. I will add a note into the README.md for this kind of setup. (I did have this kind of problem several times as well.) :+1:

Best wishes, da-h