From 76f6235bcd178cc5c28cc4fbf0d09fafb1f63a9b Mon Sep 17 00:00:00 2001 From: anand Date: Sun, 5 Apr 2026 16:47:53 +0530 Subject: some changes --- nvim/lsp/circom-lsp.lua | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 nvim/lsp/circom-lsp.lua (limited to 'nvim/lsp/circom-lsp.lua') diff --git a/nvim/lsp/circom-lsp.lua b/nvim/lsp/circom-lsp.lua deleted file mode 100755 index 2a6c3a3..0000000 --- a/nvim/lsp/circom-lsp.lua +++ /dev/null @@ -1,10 +0,0 @@ ----@brief ---- ---- [Circom Language Server](https://github.com/rubydusa/circom-lsp) ---- ---- `circom-lsp`, the language server for the Circom language. -return { - cmd = { 'circom-lsp' }, - filetypes = { 'circom' }, - root_markers = { '.git' }, -} -- cgit v1.2.3