nvim: Add TeX support to Neovim

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2018-11-21 22:21:14 +05:30
parent 7169cfbd81
commit c18471a549
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ Plug 'sebastianmarkow/deoplete-rust'
Plug 'rust-lang/rust.vim'
" Autoload and read from dish if file changes
Plug 'tmux-plugins/vim-tmux-focus-events'
" For LaTeX support
Plug 'donRaphaco/neotex', { 'for': 'tex' }
" Initialize plugin system
call plug#end()