dotfiles/.config/nvim/lsp/coq_lsp.lua

11 lines
184 B
Lua
Raw Permalink Normal View History

---@brief
---
--- https://github.com/ejgallego/coq-lsp/
---@type vim.lsp.Config
return {
cmd = { 'coq-lsp' },
filetypes = { 'coq' },
root_markers = { '_CoqProject', '.git' },
}