orgmode icon indicating copy to clipboard operation
orgmode copied to clipboard

Orgmode fails to install tree-sitter grammar with rocks.nvim

Open bodby opened this issue 1 year ago • 3 comments

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

  1. Open Nvim using rocks.nvim with the dev version of nvim-orgmode from luarocks.
  2. Nvim freezes for a few seconds before returning the error.
  3. 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

bodby avatar Aug 25 '24 16:08 bodby