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/coq_lsp.lua | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 nvim/lsp/coq_lsp.lua (limited to 'nvim/lsp/coq_lsp.lua') diff --git a/nvim/lsp/coq_lsp.lua b/nvim/lsp/coq_lsp.lua deleted file mode 100755 index a8d6eb8..0000000 --- a/nvim/lsp/coq_lsp.lua +++ /dev/null @@ -1,8 +0,0 @@ ----@brief ---- ---- https://github.com/ejgallego/coq-lsp/ -return { - cmd = { 'coq-lsp' }, - filetypes = { 'coq' }, - root_markers = { '_CoqProject', '.git' }, -} -- cgit v1.2.3