nvim: Add TeX support to Neovim
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
7169cfbd81
commit
c18471a549
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue