feat(vim): Add Coq support

This commit is contained in:
Tibo De Peuter 2024-10-24 15:29:38 +02:00
parent bdef46f0b2
commit b25f1f9f4b
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -82,6 +82,9 @@ Plug 'prabirshrestha/vim-lsp'
Plug 'sheerun/vim-polyglot' Plug 'sheerun/vim-polyglot'
Plug 'vifm/vifm.vim' Plug 'vifm/vifm.vim'
" Coq
Plug 'whonore/Coqtail'
call plug#end() call plug#end()
" }}} " }}}