diff options
Diffstat (limited to '.config/nvim/lsp/circom-lsp.lua')
-rw-r--r-- | .config/nvim/lsp/circom-lsp.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.config/nvim/lsp/circom-lsp.lua b/.config/nvim/lsp/circom-lsp.lua deleted file mode 100644 index c3bb8a4..0000000 --- a/.config/nvim/lsp/circom-lsp.lua +++ /dev/null @@ -1,12 +0,0 @@ ----@brief ---- ---- [Circom Language Server](https://github.com/rubydusa/circom-lsp) ---- ---- `circom-lsp`, the language server for the Circom language. - ----@type vim.lsp.Config -return { - cmd = { 'circom-lsp' }, - filetypes = { 'circom' }, - root_markers = { '.git' }, -} |