-
Notifications
You must be signed in to change notification settings - Fork 1
How to use ntangle.nvim
Julien Burkhard edited this page Mar 18, 2023
·
3 revisions
This page is intended for anyone who is interested doing a PR to a repository using ntangle.nvim as a coding style.
- ntangle.nvim installed.
-
Identify where the feature should be in the src/ folder
-
Create a new *.lua.t with your feature
-
Write the new feature. See here for an example.
-
The coding can be approximate. During the review phase, the errors can be corrected.
-
Save the lua.t file. ntangle.nvim will automatically generate the lua files.
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.