nvim: init.vim: Switch to the better vimtex plugin
Signed-off-by: Sanchayan Maity <sanchayan.maity@harman.com>
This commit is contained in:
parent
5f46b47c93
commit
79c365e0b7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Plug 'sickill/vim-monokai'
|
|||
" Autoload and read from dish if file changes
|
||||
Plug 'tmux-plugins/vim-tmux-focus-events'
|
||||
" For LaTeX support
|
||||
Plug 'donRaphaco/neotex', { 'for': 'tex' }
|
||||
Plug 'lervag/vimtex'
|
||||
" For git support
|
||||
Plug 'jreybert/vimagit'
|
||||
Plug 'rhysd/git-messenger.vim'
|
||||
|
|
Loading…
Reference in a new issue