orgmode
orgmode copied to clipboard
Orgmode fails to install tree-sitter grammar with rocks.nvim
Describe the bug
Orgmode logs installing tree-sitter grammar before returning an error: orgmode-log.log Everything works just fine too; Tree-sitter still works, and shows the right highlights with :Inspect. The only problem is the fact that this plugin shouldn't need to install the TS parser if it's already there.
Steps to reproduce
- Open Nvim using rocks.nvim with the dev version of nvim-orgmode from luarocks.
- Nvim freezes for a few seconds before returning the error.
- The plugin works normally.
Expected behavior
Either it installs properly or doesn't even need to install in the first place; I assume installing the orgmode TS parser from luarocks would work the same way, and it does seem to do so.
Emacs functionality
No response
Minimal init.lua
-- Using rocks-config.nvim in /lua/bodby/plugins/orgmode.lua
require("orgmode").setup()
Screenshots and recordings
No response
OS / Distro
Gentoo Linux
Neovim version/commit
v0.10.1
Additional context
No response