aboutsummaryrefslogtreecommitdiffstats
path: root/lua/common_lsp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/common_lsp.lua')
-rw-r--r--lua/common_lsp.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/common_lsp.lua b/lua/common_lsp.lua
new file mode 100644
index 00000000..d412bb15
--- /dev/null
+++ b/lua/common_lsp.lua
@@ -0,0 +1,7 @@
+local M = {
+ texlab = require 'common_lsp/texlab';
+}
+
+
+return M
+-- vim:et ts=2 sw=2