Skip to content

Commit

Permalink
docs(README): fix rocks.nvim instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Jun 7, 2024
1 parent b17a33e commit 75b5e1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ The recommended installation method is via [rocks.nvim](https://github.com/nvim-
require("neorg").setup()
```

For the time being you also need `nvim-treesitter` installed, but the plugin is not readily available on luarocks yet.
To counter this, you also need to run the following:
- `:Rocks install rocks-git.nvim`
- `:Rocks install nvim-treesitter/nvim-treesitter`

The last two steps will eventually not be required to run Neorg.

</details>

### `neorg-kickstart`
Expand Down

0 comments on commit 75b5e1d

Please sign in to comment.