Add notation - jbyuki/nabla.nvim GitHub Wiki
This page describes how to add a new notation to nabla.nvim. Only simple symbols are explained such as replacing \infty with ∞.
Requirements
In order to generate the lua files, you will need it. All the sources are written in a literate form located in src/.
Add the new notation
- 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.