Skip to content

How to use ntangle.nvim

jbyuki edited this page Oct 26, 2021 · 3 revisions

This page is intended for anyone who is interested doing a PR to a repository using ntangle.nvim as a coding style.

Requirements

How to

  1. Identify where the feature should be in the src/ folder

  2. Create a new *.lua.t with your feature

  3. Write the new feature. See here for an example.

  4. The coding can be approximate. During the review phase, the errors can be corrected.

  5. Save the lua.t file. ntangle.nvim will automatically generate the lua files.