From b10082d331642a824da90aa078c5e36643d058a6 Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Tue, 29 Jan 2019 13:36:57 -0500 Subject: [PATCH] added plugin for live preview of latex --- .vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 5540a12..abc782b 100644 --- a/.vimrc +++ b/.vimrc @@ -1,5 +1,5 @@ set nocompatible " be iMproved, required -filetype off " required +filetype on " required " set the runtime path to include Vundle and initialize set rtp+=~/.vim/bundle/Vundle.vim @@ -19,6 +19,7 @@ Plugin 'itchyny/lightline.vim' Plugin 'airblade/vim-gitgutter' Plugin 'suan/vim-instant-markdown' +Plugin 'xuhdev/vim-latex-live-preview' Plugin 'kien/rainbow_parentheses.vim' @@ -69,3 +70,4 @@ highlight OverLength ctermbg=red ctermfg=white match OverLength /\%>80v.\+/ filetype plugin on nmap ne :NERDTreeToggle +let g:livepreview_previewer = 'atril'