Build the norg and norg_meta parsers and install them for use with Neovim.
gitis needed to clone upstream grammars (tree-sitter-norgandtree-sitter-norg-meta).clangandclang++(C++14) are required to compile the generated parser and scanner sources.make
make: clones upstream grammars if missing, then buildsnorg.soandnorg_meta.soin the repo root.make install: copies the built.sofiles into Neovim’s parser path (~/.local/share/nvim/site/parser/) for immediate use.