Skip to content

xm31/norg-tk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

norg-tk

Build the norg and norg_meta parsers and install them for use with Neovim.

Dependencies

  • git is needed to clone upstream grammars (tree-sitter-norg and tree-sitter-norg-meta).
  • clang and clang++ (C++14) are required to compile the generated parser and scanner sources.
  • make

Usage

  • make: clones upstream grammars if missing, then builds norg.so and norg_meta.so in the repo root.
  • make install: copies the built .so files into Neovim’s parser path (~/.local/share/nvim/site/parser/) for immediate use.

About

norg toolkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors