Development ======================================== Tests ************ To run tests, `plenary.nvim `_ is necessary. Once installed, run: .. code-block:: bash make test Documentation ************* Vim documentation is auto generated from `DOCS.md `_ file with `md2vim `_. Formatting ************ Formatting is done via `StyLua `_. To format everything run: .. code-block:: bash make format Parser ************ Parsing is done via builtin tree-sitter parser and `tree-sitter-org `_ grammar.