Prerequisites
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
Expected behavior
``
Steps to reproduce
``
Potentially conflicting plugins
No response
Other information
No response
Help
No
Implementation help
No response
Prerequisites
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
Expected behavior
``
Steps to reproduce
``
Potentially conflicting plugins
No response
Other information
No response
Help
No
Implementation help
No response