diff options
Diffstat (limited to 'nvim/lsp/vscoqtop.lua')
| -rwxr-xr-x | nvim/lsp/vscoqtop.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nvim/lsp/vscoqtop.lua b/nvim/lsp/vscoqtop.lua new file mode 100755 index 0000000..9eb353c --- /dev/null +++ b/nvim/lsp/vscoqtop.lua @@ -0,0 +1,8 @@ +---@brief +--- +--- https://github.com/coq-community/vscoq +return { + cmd = { 'vscoqtop' }, + filetypes = { 'coq' }, + root_markers = { '_CoqProject', '.git' }, +} |
