mirror of
https://github.com/neovim/nvim-lspconfig.git
synced 2025-12-24 15:01:00 +01:00
11 lines
202 B
Lua
11 lines
202 B
Lua
---@brief
|
|
---
|
|
--- https://github.com/rocq-prover/vsrocq
|
|
|
|
---@type vim.lsp.Config
|
|
return {
|
|
cmd = { 'vsrocqtop' },
|
|
filetypes = { 'coq' },
|
|
root_markers = { '_RocqProject', '_CoqProject', '.git' },
|
|
}
|