File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 7
7
` LaTeX ` formula evaluations are placed above text rather than overlayed.
8
8
9
9
A way around this is to use a separate plugin for ` LaTeX ` and disable that feature
10
- in this plugin.
10
+ in this plugin. As examples you can use:
11
11
12
- As an example you can use [ latex.nvim] ( https://github.com/ryleelyman/latex.nvim ) :
12
+ [ latex.nvim] ( https://github.com/ryleelyman/latex.nvim )
13
13
14
14
``` lua
15
15
{
@@ -20,7 +20,18 @@ As an example you can use [latex.nvim](https://github.com/ryleelyman/latex.nvim)
20
20
}
21
21
```
22
22
23
- Then disable ` LaTeX ` from this plugin:
23
+ [ nabla.nvim] ( https://github.com/jbyuki/nabla.nvim )
24
+
25
+ ``` lua
26
+ {
27
+ ' jbyuki/nabla.nvim' ,
28
+ config = function ()
29
+ require (' nabla' ).enable_virt ({ autogen = true })
30
+ end ,
31
+ }
32
+ ```
33
+
34
+ In both cases you'll need to disable ` LaTeX ` for this plugin:
24
35
25
36
``` lua
26
37
require (' render-markdown' ).setup ({
You can’t perform that action at this time.
0 commit comments