nvim: plugins: Drop Coqtail

We are not gonna be pursuing studying Coq for quite a long while and
dropping this should allow us to drop Python provider, so drop this.
This commit is contained in:
Sanchayan Maity 2022-01-18 20:08:52 +05:30
parent 873f3643aa
commit 6e86a6a777
1 changed files with 0 additions and 2 deletions

View File

@ -73,8 +73,6 @@ local init = function ()
-- Language support & syntax highlighting
use 'mfussenegger/nvim-lint'
use 'simrat39/rust-tools.nvim'
-- Coq
use 'whonore/Coqtail'
-- treesitter based syntax highlighting
use {
'nvim-treesitter/nvim-treesitter',