|
Recently I meet a weird problem: many installed lua packages are uninstalled. After an effort, I found the reason: When I open vim, it pop up: These plugins are written in rust-mlua or C, which is hard and long-time-cost to build. However, firenvim will start a neovim for browser in background. The default option Y is easy to select (or automatically?)
And some vim plugins are failed to install. And they are uninstalled after installation failure and long time to cost. #674
|
Replies: 1 comment 2 replies
|
Hey 👋 Most importantly, why is rocks.nvim reporting the plugins as not found? Are they not installed?
That is not true.
If it's reinstalling all plugins, perhaps luarocks isn't listing them for some reason?
Having non-optional plugins that aren't installed is a bigger risk of failure.
There is currently no way to do so. You should probably disable rocks.nvim or mark your plugins as optional.
Yes.
This is a luarocks issue.
We could potentially add them to rocks-binaries so that rocks.nvim can fetch pre-built binaries. |
Hey 👋
Most importantly, why is rocks.nvim reporting the plugins as not found? Are they not installed?
rocks.nvim prompts you to sync under one of 2 conditions:
site/pack/luarocks/optpackpath and creating the symlink fails.:h packaddfails with aDirectory not found in 'packpath'error.That is not true.
:Rocks sync:luarocks list --porcelain)