aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/vscoqtop.lua
blob: 9eb353cbe9b8f2ce69c23c8b4a5b9da125621ac1 (plain) (blame)
1
2
3
4
5
6
7
8
---@brief
---
--- https://github.com/coq-community/vscoq
return {
  cmd = { 'vscoqtop' },
  filetypes = { 'coq' },
  root_markers = { '_CoqProject', '.git' },
}