Skip to content

Commit

Permalink
feat(markdown-and-latex): add vimtex (AstroNvim#113)
Browse files Browse the repository at this point in the history
* add vimtex

* Create README.md

* Update README.md

* Update vimtex.lua
  • Loading branch information
bwkam authored and owittek committed Apr 4, 2023
1 parent ba789cc commit 74152bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/markdown-and-latex/vimtex/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# VimTex

**Repository**: https://github.com/lervag/vimtex

- sets `lazy` to false by default.
1 change: 1 addition & 0 deletions lua/astrocommunity/markdown-and-latex/vimtex/vimtex.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
return { "lervag/vimtex", lazy = false }

0 comments on commit 74152bb

Please sign in to comment.