mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Add TeX plugins
This commit is contained in:
parent
d2f964c742
commit
4ca270760b
2 changed files with 3 additions and 0 deletions
2
nvim/coc-languages/tex.vim
Normal file
2
nvim/coc-languages/tex.vim
Normal file
|
@ -0,0 +1,2 @@
|
|||
call extend(g:dotfiles_coc_extensions, {'coc-vimtex': 1})
|
||||
call extend(g:dotfiles_coc_filetypes, {'tex': 1, 'cls': 1})
|
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue