summaryrefslogtreecommitdiffstats
path: root/lua/plugins/latex.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/latex.lua')
-rw-r--r--lua/plugins/latex.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/plugins/latex.lua b/lua/plugins/latex.lua
new file mode 100644
index 0000000..f3ad09c
--- /dev/null
+++ b/lua/plugins/latex.lua
@@ -0,0 +1,6 @@
+return {
+ {
+ 'lervag/vimtex',
+ lazy = false,
+ },
+}