Added vim-latex-live-preview plugin

This commit is contained in:
Steins 2018-11-03 16:04:36 +01:00
parent 7c41908d94
commit 0432a9e863
3 changed files with 8 additions and 0 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen
[submodule "bundle/vim-latex-live-preview"]
path = bundle/vim-latex-live-preview
url = https://github.com/xuhdev/vim-latex-live-preview.git

@ -0,0 +1 @@
Subproject commit 855c30915547c7e9c19b7e6efb528730c071d2e8

4
vimrc
View File

@ -42,3 +42,7 @@ nmap <silent> <A-Right> :wincmd l<CR>
"escape sequence
:set timeout timeoutlen=100
"vim-latex-preview
autocmd Filetype tex setl updatetime=1000
let g:livepreview_previewer = 'evince'