Skip to content

Commit eb132ca

Browse files
authored
feat(markdown-and-latex): Add texpresso.vim (#1512)
1 parent 9dbfb3e commit eb132ca

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
return {
2+
"let-def/texpresso.vim",
3+
lazy = true,
4+
ft = { "tex" },
5+
}

0 commit comments

Comments
 (0)