Home

Awesome

nabla.nvim

Take your scentific notes in Neovim.

<img src="https://i.postimg.cc/CL9MPM7g/Capture.png" width="400"> <img src="https://user-images.githubusercontent.com/16160544/138817005-d326f3ef-d0b0-4372-9cf3-560fd2ec5dd3.png" width="400"> <img src="https://raw.githubusercontent.com/jbyuki/gifs/main/nabla.png" width="600">

The colorscheme used here is tokyonight.

An ASCII math generator from LaTeX equations.

Requirements

Install

<details> <summary>Using <a href="https://github.com/junegunn/vim-plug">vim-plug</a></summary>
Plug 'jbyuki/nabla.nvim'
</details> <details> <summary>Using <a href="https://github.com/wbthomason/packer.nvim">packer.nvim</a></summary>
use 'jbyuki/nabla.nvim'
</details> <details> <summary>Using the built-in package manager</summary> </details>

Configuration

Bind the following command:

nnoremap <leader>p :lua require("nabla").popup()<CR> " Customize with popup({border = ...})  : `single` (default), `double`, `rounded`

See here for virt_lines support.

Usage

Reference

See test/input.txt for examples.

Note: If the notation you need is not present or there is a misaligned expression, feel free to open an Issue.

Credits

Contribute

See here.