diff options
| author | Brahmajit Das <listout@listout.xyz> | 2025-06-11 19:35:07 +0530 |
|---|---|---|
| committer | Brahmajit Das <listout@listout.xyz> | 2025-06-11 19:35:07 +0530 |
| commit | f5826dccc4b9c84a1f7f48fad6ae2fbd0172fae1 (patch) | |
| tree | 54af544a0ac4e6c1ae01bec65096a00f803180fe | |
| parent | 3414cf25fd8f0290ece64790db85bc125075b929 (diff) | |
plugin: lsp: enable clangd lsp
Signed-off-by: Brahmajit Das <listout@listout.xyz>
| -rw-r--r-- | plugin/lsp.lua | 3 |
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 |
