aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/lsp/tex.lua
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2025-09-29 00:33:17 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2025-09-29 00:33:17 -0400
commitfbee61c6fd16ab16b66c4b194941e2450c0c51db (patch)
treec6253b7087a1560f47842f7765654d348deb99e8 /nvim/lsp/tex.lua
parent659299db5ba43bfdc8d8106e6ed012a40ab73eb8 (diff)
Minor language server changesHEADmain
Diffstat (limited to 'nvim/lsp/tex.lua')
-rw-r--r--nvim/lsp/tex.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/nvim/lsp/tex.lua b/nvim/lsp/tex.lua
new file mode 100644
index 0000000..67d1079
--- /dev/null
+++ b/nvim/lsp/tex.lua
@@ -0,0 +1,4 @@
+return {
+ cmd = {"texlab"},
+ filetypes = {'tex','plaintex', 'bib'},
+}