Skip to content

Commit

Permalink
Merge pull request #143 from benlubas/docs/luarocksnvim
Browse files Browse the repository at this point in the history
docs: fix luarocks.nvim example
  • Loading branch information
3rd authored Apr 5, 2024
2 parents 2e744d9 + d4e0b30 commit 9be5ede
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ Fully **optional:**
### Installing The Plugin & Rock

<details>

<summary>Lazy.nvim</summary>

> [!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.
Expand All @@ -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" },
},
},
{
Expand Down Expand Up @@ -90,8 +90,7 @@ package.path = package.path .. ";" .. vim.fn.expand("$HOME") .. "/.luarocks/shar
<details>
<summary>Rocks.nvim</summary>

> [!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`

Expand All @@ -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:

<details>

<summary>With home-manager</summary>

_thanks to [@wuliuqii](https://github.com/wuliuqii) in [#13](https://github.com/3rd/image.nvim/issues/13)_
Expand Down

0 comments on commit 9be5ede

Please sign in to comment.