Skip to content
Discussion options

You must be logged in to vote

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:

  • The plugin isn't symlinked to your site/pack/luarocks/opt packpath and creating the symlink fails.
  • Or :h packadd fails with a Directory not found in 'packpath' error.

:Rocks sync will reinstall all plugins even if it have been installed.

That is not true. :Rocks sync:

  • Queries luarocks for installed rocks (using luarocks list --porcelain)
  • Compares the installed packages with the entries in your rocks.toml
  • Installs packages that are not installed
  • Up/downgrades packages that have a different version than the one specified in your…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Freed-Wu
Comment options

@mrcjkb
Comment options

Answer selected by Freed-Wu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants