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.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/common_lsp.lua b/lua/common_lsp.lua
index d412bb15..2ff03e59 100644
--- a/lua/common_lsp.lua
+++ b/lua/common_lsp.lua
@@ -1,7 +1,8 @@
local M = {
texlab = require 'common_lsp/texlab';
+ gopls = require 'common_lsp/gopls';
+ util = require 'common_lsp/util';
}
-
return M
-- vim:et ts=2 sw=2