From dc2106b63784594cb7f27d4edfef26e24d2cf8fe Mon Sep 17 00:00:00 2001 From: benlubas Date: Fri, 5 Apr 2024 10:16:22 -0400 Subject: [PATCH 1/2] docs: fix luarocks.nvim example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92cbc70..62e6862 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ install luarocks for neovim while using lazy. But you can install manually as we "vhyrro/luarocks.nvim", priority = 1001, -- this plugin needs to run before anything else opts = { - rocks = "magick", + rocks = { "magick" }, }, }, { From d4e0b30c2f2394027e9fa0cccabaa9596b59b430 Mon Sep 17 00:00:00 2001 From: benlubas Date: Fri, 5 Apr 2024 10:20:01 -0400 Subject: [PATCH 2/2] docs: fix NOTE doesn't render in details --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 62e6862..a6a9b73 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ Fully **optional:** ### Installing The Plugin & Rock
+ Lazy.nvim -> [!NOTE] Don't forget to install the imageMagick system package, detailed -> [below](#installing-imagemagick) +**NOTE:** Don't forget to install the imageMagick system package, detailed [below](#installing-imagemagick) It's recommended that you use [vhyrro/luarocks.nvim](https://github.com/vhyrro/luarocks.nvim) to install luarocks for neovim while using lazy. But you can install manually as well. @@ -90,8 +90,7 @@ package.path = package.path .. ";" .. vim.fn.expand("$HOME") .. "/.luarocks/shar
Rocks.nvim -> [!NOTE] Don't forget to install the imageMagick system package, detailed -> [below](#installing-imagemagick) +**NOTE:** Don't forget to install the imageMagick system package, detailed [below](#installing-imagemagick) `:Rocks install image.nvim` @@ -107,6 +106,7 @@ NixOS users need to install `imagemagick` and `luajitPackages.magick` It's recommended that you can build your Neovim with those packages like so:
+ With home-manager _thanks to [@wuliuqii](https://github.com/wuliuqii) in [#13](https://github.com/3rd/image.nvim/issues/13)_