Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jbyuki committed Mar 19, 2023
1 parent f79c91c commit 4870fce
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/nabla.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ Latex parser and conceal and replace with a virtual text representation of it.

Parameters:~
{opts} (table) Optional parameters.
`align_center`: (boolean) Center align formulas. By default
there are aligned left.
`autogen`: (boolean) Automatically regenerate ASCII art when
exiting insert mode. By default it's set to false.
`silent`: (boolean) Hides error messages. Defaults to false.


disable_virt() *nabla.disable_virt()*

Expand All @@ -88,7 +90,7 @@ internal state `virt_enabled`.

is_virt_enabled({buf}) *nabla.is_virt_enabled()*

Parameters:
Parameters:~
{buf} (number) Optional parameter to ask for a specific buffer number.
If `nil` is given, the current buffer is chosen.
Returns:~
Expand Down

0 comments on commit 4870fce

Please sign in to comment.