nvim: plugins: Add support for Coq

This commit is contained in:
Sanchayan Maity 2021-05-13 19:38:37 +05:30
parent 1ba2fee97d
commit 1c9b8aae40
2 changed files with 7 additions and 0 deletions

View file

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

View file

@ -114,6 +114,11 @@ local init = function ()
'ray-x/lsp_signature.nvim'
}
-- Language support & syntax highlighting
-- Coq
use {
'whonore/Coqtail',
'jlapolla/vim-coq-plugin'
}
-- Haskell
use 'neovimhaskell/haskell-vim'
use {