nabla.nvim

Take your scientific notes in Neovim.

nabla.nvim is an ASCII math generator.

Work in progress

Install

Install using a plugin manager such as vim-plug.

Plug 'jbyuki/nabla.nvim'

Configuration

For example to bind it to F5:

nnoremap <F5> :lua require("nabla").replace_current()<CR>

Usage

Press F5 on the math expression line.

Reference

Name Expression
square root sqrt(x)
integral int(A, B, f(x))
sum sum(A, B, f(x)) or sum(f(x))
limit lim(x, a, f(x))
superscript x^a
subscript x_a
special symbols alpha, inf, nabla, ...
vector, matrix [x,y;z,w]
derivative d(x, f(x))
partial derivative dp(x, f(x))
absolute value abs(x)
delta delta(x) or Delta(x)

GitHub