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:
parent
873f3643aa
commit
6e86a6a777
1 changed files with 0 additions and 2 deletions
|
@ -73,8 +73,6 @@ local init = function ()
|
||||||
-- Language support & syntax highlighting
|
-- Language support & syntax highlighting
|
||||||
use 'mfussenegger/nvim-lint'
|
use 'mfussenegger/nvim-lint'
|
||||||
use 'simrat39/rust-tools.nvim'
|
use 'simrat39/rust-tools.nvim'
|
||||||
-- Coq
|
|
||||||
use 'whonore/Coqtail'
|
|
||||||
-- treesitter based syntax highlighting
|
-- treesitter based syntax highlighting
|
||||||
use {
|
use {
|
||||||
'nvim-treesitter/nvim-treesitter',
|
'nvim-treesitter/nvim-treesitter',
|
||||||
|
|
Loading…
Reference in a new issue