m15a / flake-awesome-neovim-plugins

Nix flake of Awesome Neovim plugins
BSD 3-Clause "New" or "Revised" License
47 stars 11 forks source link

How to package vim plugins depending on deno #49

Closed m15a closed 5 months ago

m15a commented 2 years ago

I wish plugins using deno and denops.vim become available in nixpkgs. Although it is easy to package those plugins, they might download external typescript libraries at runtime and cache the downloaded libraries in DENO_DIR or fall back ~/.cache/deno (see the manual). So, before packaging deno-dependent vim plugins, it might require some packaging mechanism similar to buildGoModule but for deno external libraries.

m15a commented 5 months ago

denops.vim is another flamework far different from Neovim Lua ecosystem. Someone may create another repository to provide it's flake. Close.