-
Alright, so forgive my general ignorance around neovim plugins, neorg, treesitter and the lua API which is apparently used here. Neovim version details can be found at the bottom. I've tried installing neorg and am apparently stuck at the step of installing treesitter. I'm generally confused around how it's installed, since it doesnt seem to be installed via a plugin-manager like packer or vim-plug, but from lua somehow. I used vim-plug, so the following is what I've tried: Init plugin (note the comma, which is lacking from
and config, which I put into a .vim file parsed during startup:
Now, when I launch neovim I get:
So it looks like the tree-sitter lua module (?) isn't installed.
So I'm kind of lost at what I should try now or how is this is all supposed to connect. Any pointers would be appreciated, I'd really like to try neorg. neovim --version:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Ah, this is a good point. You want to install the nvim-treesitter plugin alongside Neorg. If there isn't a hyperlink pointing to that repo anywhere in the README i'll be sure to add it. You don't actually need the |
Beta Was this translation helpful? Give feedback.
Ah, this is a good point. You want to install the nvim-treesitter plugin alongside Neorg. If there isn't a hyperlink pointing to that repo anywhere in the README i'll be sure to add it. You don't actually need the
tree-sitter
binary, since the parser compilation is handled by nvim-treesitter :)