rocks.nvim icon indicating copy to clipboard operation
rocks.nvim copied to clipboard

doc: introduce rocks.troubleshooting + UX tweaks

Open teto opened this issue 1 year ago • 2 comments

Looking at https://github.com/nvim-neorocks/rocks.nvim/issues/424, I think we can better guide the user in case of error, instead of displaying Could not find diffview.nvim. Search for 'dev' version? y/n: , we could show a vim.ui.select:

  1. Install the "dev" version (when we know it exists)
  2. Install via rocks-git (and install rocks-git if not available) < mention rocks.troubleshootingi or an url towards how to add plugins to luarocks / link to https://github.com/nvim-neorocks/rocks.nvim/issues/111 >

teto avatar Jun 28 '24 22:06 teto

Review Checklist

Does this PR follow the Contribution Guidelines? Following is a partial checklist:

Proper conventional commit scoping:

  • For example, fix(installer): some installer bugfix

  • [ ] Pull request title has the appropriate conventional commit prefix.

If applicable:

  • [ ] Tested
    • [ ] Tests have been added.
    • [ ] Tested manually (steps in PR description).
  • [ ] Updated documentation.

github-actions[bot] avatar Jun 28 '24 22:06 github-actions[bot]

Install via rocks-git (and install rocks-git if not available)

I think it's fine just to mention the possibility of using rocks-git in the docs. rocks.nvim shouldn't be "aware" of any external modules and there's no way to infer the repo owner.

mrcjkb avatar Jun 28 '24 23:06 mrcjkb

fine

teto avatar Nov 12 '24 15:11 teto