Skip to content
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 .

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

  1. Open src/core/ascii.lua.t
  2. Go at the very bottom
  3. Here you can see how the symbols are registered. Append your new notation at the end.
  4. Save the file. ntangle.nvim will automatically generate the lua files.
  5. Make sure the new notation is present in lua/nabla/ascii.lua.
Clone this wiki locally