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.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/common_lsp.lua b/lua/common_lsp.lua
index eafd5e2c..4dea8e1e 100644
--- a/lua/common_lsp.lua
+++ b/lua/common_lsp.lua
@@ -1,6 +1,7 @@
local skeleton = require 'common_lsp/skeleton'
require 'common_lsp/gopls'
require 'common_lsp/texlab'
+require 'common_lsp/clangd'
local M = {
util = require 'common_lsp/util';