summaryrefslogtreecommitdiff
path: root/ftplugin/tex.lua
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-07-03 23:46:16 -0400
committerchristianchiarulli <[email protected]>2021-07-03 23:46:16 -0400
commitddc0c71dae44aaf39742201704c22f9cf92073de (patch)
tree2ba85288d1ae1997ac55b70ad36330b3036b75b0 /ftplugin/tex.lua
parent8f37e7f2784b56d918f64960fd7b5c02947904f4 (diff)
parent632e7bf19418e5792538bbedb602b1e10215fa52 (diff)
Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable
Diffstat (limited to 'ftplugin/tex.lua')
-rw-r--r--ftplugin/tex.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/ftplugin/tex.lua b/ftplugin/tex.lua
new file mode 100644
index 00000000..179c143c
--- /dev/null
+++ b/ftplugin/tex.lua
@@ -0,0 +1,4 @@
+require'lspconfig'.texlab.setup{
+ cmd = {DATA_PATH .. "/lspinstall/latex/texlab"},
+ on_attach = require'lsp'.common_on_attach
+}