Skip to content
Snippets Groups Projects
Verified Commit 1502f142 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

add Clangd to the LSP servers

parent 0d728a37
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ return { {
local lc = require("lspconfig")
local capabilities = require('blink.cmp').get_lsp_capabilities()
for _, lang in pairs { "lua_ls", "rust_analyzer", "nushell" } do
for _, lang in pairs { "lua_ls", "rust_analyzer", "nushell", "clangd" } do
lc[lang].setup { capabilities = capabilities }
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment