nvim: plugins: Drop vim-coq-plugin

coqtail can provide syntax highlighting. Not sure why we ever
added vim-coq-plugin.
This commit is contained in:
Sanchayan Maity 2022-01-15 16:22:59 +05:30
parent c35ca910e4
commit 5f26c276ef
2 changed files with 1 additions and 6 deletions

View File

@ -1,2 +0,0 @@
let g:coqtail_nosyntax = 1
let g:coqtail_noindent_comment = 1

View File

@ -74,10 +74,7 @@ local init = function ()
use 'mfussenegger/nvim-lint'
use 'simrat39/rust-tools.nvim'
-- Coq
use {
'whonore/Coqtail',
'jlapolla/vim-coq-plugin'
}
use 'whonore/Coqtail'
-- treesitter based syntax highlighting
use {
'nvim-treesitter/nvim-treesitter',