How to use ntangle.nvim - jbyuki/ntangle.nvim GitHub Wiki

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.

Sorry, but ntangle.nvim is not for me

I understand, programming in a literate style is probably not for everybody. Please PR the changes in the generated .lua files and I will try to reflect back the changes in the literate source files.