diff options
author | christianchiarulli <[email protected]> | 2021-07-03 23:46:16 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-03 23:46:16 -0400 |
commit | ddc0c71dae44aaf39742201704c22f9cf92073de (patch) | |
tree | 2ba85288d1ae1997ac55b70ad36330b3036b75b0 /ftplugin/tex.lua | |
parent | 8f37e7f2784b56d918f64960fd7b5c02947904f4 (diff) | |
parent | 632e7bf19418e5792538bbedb602b1e10215fa52 (diff) |
Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable
Diffstat (limited to 'ftplugin/tex.lua')
-rw-r--r-- | ftplugin/tex.lua | 4 |
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 +} |