Skip to content

Commit

Permalink
docs(README): clarify installation instructions for rocks.nvim (#1459)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Jun 10, 2024
1 parent 51be069 commit 5239a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The recommended installation method is via [rocks.nvim](https://github.com/nvim-

- Run `:Rocks install rocks-config.nvim` (if you don't have it already!).
- Run `:Rocks install neorg`.
- Add the following to your config's `lua/plugins/neorg.lua`:
- From the root of your configuration (`~/.config/nvim/` on unix-like systems), create a `lua/plugins/neorg.lua` file and place the following content inside:
```lua
require("neorg").setup()
```
Expand Down

0 comments on commit 5239a98

Please sign in to comment.