Skip to content

Lazy vim failling to build nvim-treesitter-norg and nvim-treesitter-norg-meta #1812

Description

@Stephan-MC

Prerequisites

  • I am using the latest stable release of Neovim
  • I am using the latest version of the plugin

Neovim Version

nvim v0.12.1

Neorg setup

return {
{
"vhyrro/luarocks.nvim",
priority = 1000, -- Very high priority is required, luarocks.nvim should run as the first plugin in your config.
config = true,
opts = {},
},

{
"nvim-neorg/neorg",
lazy = false,
version = "*",
-- config = true,
ft = { "norg", "org" },
opts = {},
},
}

Actual behavior

My neorg setup can't build nvim-treesitter-norg and nvim-treesitter-norg-meta

Image

Expected behavior

``

Steps to reproduce

``

Potentially conflicting plugins

No response

Other information

No response

Help

No

Implementation help

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIssues related to bugs. Please attach a severity, a priority and category with this label.

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions