Prerequisites
Neovim Version
NVIM v0.11.6 Build type: RelWithDebInfo LuaJIT 2.1.1767980792
Neorg setup
require('neorg').setup {
load = {
['core.defaults'] = {},
['core.concealer'] = {},
['core.dirman'] = {
config = {
workspaces = {
notes = '~/notes',
},
default_workspace = 'notes',
},
},
},
}
Actual behavior
Recently update the plugin and now I get this error each time neovim starts.
norg_meta treesitter parser was not found! Many plugin features will not work
Expected behavior
It starts without any errors
Steps to reproduce
Start neovim
Potentially conflicting plugins
No response
Other information
No response
Help
None
Implementation help
No response
Prerequisites
Neovim Version
NVIM v0.11.6 Build type: RelWithDebInfo LuaJIT 2.1.1767980792
Neorg setup
Actual behavior
Recently update the plugin and now I get this error each time neovim starts.
norg_meta treesitter parser was not found! Many plugin features will not work
Expected behavior
It starts without any errors
Steps to reproduce
Start neovim
Potentially conflicting plugins
No response
Other information
No response
Help
None
Implementation help
No response