diff options
Diffstat (limited to 'lsp/vsrocq.lua')
| -rw-r--r-- | lsp/vsrocq.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lsp/vsrocq.lua b/lsp/vsrocq.lua new file mode 100644 index 00000000..cfd2909c --- /dev/null +++ b/lsp/vsrocq.lua @@ -0,0 +1,10 @@ +---@brief +--- +--- https://github.com/rocq-prover/vsrocq + +---@type vim.lsp.Config +return { + cmd = { 'vsrocqtop' }, + filetypes = { 'coq' }, + root_markers = { '_RocqProject', '_CoqProject', '.git' }, +} |
