vim-denops / denops.vim

🐜 An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno
https://vim-denops.github.io/denops-documentation/
MIT License
693 stars 35 forks source link

Neovim AppImage that includes Deno for easier installation? #286

Open JohnEricson opened 1 year ago

JohnEricson commented 1 year ago

I'm using Neovim on a mix of distros and versions so I would like to use a uniform way of installing it in my home dir, such as provided by AppImage for example. I tried the AppImage install of Neovim but I noticed that it doesn't include Deno, so I can't get it to work with this plugin.

Is there a way of including Deno inside an AppImage, or are there better ways of installing it in a uniform way on a mix of Linux distributions and versions?

lambdalisue commented 1 year ago

I'm afraid I don't have any insights on that at the moment. You might find https://github.com/vim-denops/denops-dockerfile interesting, but I'm unsure if using a Docker image for daily usage is a good idea.

JohnEricson commented 1 year ago

Thanks for the suggestion @lambdalisue! I'll have a look at it.