slightly tweak coq config
This commit is contained in:
parent
a3cc6c5675
commit
3940535543
1 changed files with 2 additions and 1 deletions
|
|
@ -10,8 +10,9 @@ return {
|
||||||
{
|
{
|
||||||
'tomtomjhj/vscoq.nvim',
|
'tomtomjhj/vscoq.nvim',
|
||||||
event = { 'BufReadPre *.v', 'BufNewFile *.v'},
|
event = { 'BufReadPre *.v', 'BufNewFile *.v'},
|
||||||
|
filetypes = 'coq',
|
||||||
opts = true,
|
opts = true,
|
||||||
dependencies = { 'whonore/Coqtail' },
|
dependencies = { 'whonore/Coqtail', 'neovim/nvim-lspconfig' },
|
||||||
}
|
}
|
||||||
-- {
|
-- {
|
||||||
-- 'tomtomjhj/coq-lsp.nvim',
|
-- 'tomtomjhj/coq-lsp.nvim',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue