aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/vscoqtop.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/vscoqtop.lua')
-rw-r--r--lsp/vscoqtop.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/lsp/vscoqtop.lua b/lsp/vscoqtop.lua
new file mode 100644
index 00000000..d231bd07
--- /dev/null
+++ b/lsp/vscoqtop.lua
@@ -0,0 +1,8 @@
+---@brief
+---
+---https://github.com/coq-community/vscoq
+return {
+ cmd = { 'vscoqtop' },
+ filetypes = { 'coq' },
+ root_markers = { '_CoqProject', '.git' },
+}