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

add "circom-lsp" to list of LSPs

parent 756895ef
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,14 @@ return { {
local lc = require("lspconfig")
local capabilities = require('blink.cmp').get_lsp_capabilities()
for _, lang in pairs { "lua_ls", "rust_analyzer", "nushell", "clangd", "tinymist" } do
for _, lang in pairs {
"lua_ls",
"rust_analyzer",
"nushell",
"clangd",
"tinymist",
"circom-lsp",
} 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