3rd / image.nvim

🖼️ Bringing images to Neovim.
MIT License
803 stars 35 forks source link

docs: improve installation instructions #140

Closed benlubas closed 3 months ago

benlubas commented 3 months ago

Improves the installation instructions in the readme in a few ways:

  1. Adds instructions for using luarocks.nvim with Lazy to install the magick rock
  2. Adds instructions for the rocks.nvim plugin manager
  3. Make it more clear that you need to install a C dependency with your system package manager, and add a few examples
  4. Add the MacOS homebrew dylib workaround to the README
  5. Cleanup and update the nix configurations

I hope that this will make the plugin more accessible and reduce some of the friction with installing it. There are still a few very common linux package managers missing from the list, I'd like to get them added before merging, I'm just unsure which libraries/commands are necessary b/c I've never setup the plugin on those systems.

rendered README

3rd commented 3 months ago

Thank you so much!