-
Notifications
You must be signed in to change notification settings - Fork 21
Add notation
jbyuki edited this page Oct 23, 2021
·
2 revisions
This page describes how to add a new notation to nabla.nvim. Only simple symbols are explained such as replacing \infty with ∞
.
In order to generate the lua files, you will need it. All the sources are written in a literate form located in src/.
- Open src/core/ascii.lua.t
- Go at the very bottom
- Here you can see how the symbols are registered. Append your new notation at the end.
- Save the file. ntangle.nvim will automatically generate the lua files.
- Make sure the new notation is present in lua/nabla/ascii.lua.