summaryrefslogtreecommitdiff
path: root/plugin/lsp.lua
diff options
context:
space:
mode:
authorBrahmajit Das <listout@listout.xyz>2025-06-11 19:35:07 +0530
committerBrahmajit Das <listout@listout.xyz>2025-06-11 19:35:07 +0530
commitf5826dccc4b9c84a1f7f48fad6ae2fbd0172fae1 (patch)
tree54af544a0ac4e6c1ae01bec65096a00f803180fe /plugin/lsp.lua
parent3414cf25fd8f0290ece64790db85bc125075b929 (diff)
plugin: lsp: enable clangd lspHEADmaster
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Diffstat (limited to 'plugin/lsp.lua')
-rw-r--r--plugin/lsp.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/lsp.lua b/plugin/lsp.lua
index 92d0119..5dc93ef 100644
--- a/plugin/lsp.lua
+++ b/plugin/lsp.lua
@@ -1,5 +1,6 @@
vim.lsp.enable({
- "lua_ls"
+ "lua_ls",
+ "clangd"
})
-- Use LspAttach autocommand to only map the following keys