We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbfb3e commit eb132caCopy full SHA for eb132ca
lua/astrocommunity/markdown-and-latex/texpresso-vim/README.md
@@ -0,0 +1,10 @@
1
+# Texpresso.vim
2
+
3
+Neovim mode for TeXpresso.
4
5
+## Requirements
6
7
+1. Make sure you have [texpresso](https://github.com/let-def/texpresso) installed on your machine.
8
9
+**Repository**: <https://github.com/let-def/texpresso.vim>
10
lua/astrocommunity/markdown-and-latex/texpresso-vim/init.lua
@@ -0,0 +1,5 @@
+return {
+ "let-def/texpresso.vim",
+ lazy = true,
+ ft = { "tex" },
+}
0 commit comments