[nvim] Add TeX plugins

This commit is contained in:
Alyxia 2022-09-25 11:21:55 +02:00
parent d2f964c742
commit 4ca270760b
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
call extend(g:dotfiles_coc_extensions, {'coc-vimtex': 1})
call extend(g:dotfiles_coc_filetypes, {'tex': 1, 'cls': 1})

View File

@ -34,6 +34,7 @@ let s:plug = funcref('dotfiles#plugman#register')
" }}}
endif
endif
call s:plug('lervag/vimtex')
call s:plug('stevearc/vim-arduino')
call s:plug('luke-gru/vim-riml')
call s:plug('bhurlow/vim-parinfer')