summaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-03-29 17:53:08 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-03-29 17:53:08 +0100
commit56f3485b38c37d4f4f92cb272b4da3e3125011ca (patch)
treed60c146188a050729aae6dba6b47d9c635af616f /vim/vimrc
parentbf429c1a143504f7114b900ef5595950e222bfc7 (diff)
Replaced latex-box by vimtex
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc36
1 files changed, 13 insertions, 23 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 735ca80..ed6e0c0 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -7,7 +7,7 @@ call vundle#rc()
"" Plugins
Plugin 'gmarik/vundle'
-Plugin 'LaTeX-Box-Team/latex-box'
+Plugin 'lervag/vimtex'
Plugin 'fugitive.vim'
Plugin 'gregsexton/gitv'
Plugin 'UltiSnips'
@@ -44,29 +44,16 @@ let g:UltiSnipsSnippetDirectories=['UltiSnips', 'mySnippets']
let g:ctrlp_open_new_file = 't'
noremap <c-h> :UltiSnipsEdit<Return>
-" Latex-Box
-let g:tex_flavor='latex'
-let g:tex_conceal= 'adgm'
-let g:LatexBox_Folding=0
-let g:LatexBox_viewer='zathura'
-let g:LatexBox_latexmk_preview_continuously=1
-let g:LatexBox_quickfix=2
-function! SynctexShow()
- let synctex = glob("*.synctex.gz")
- if strlen(synctex) == 0
- echom "no synctex file found"
- else
- let pdffile = substitute(synctex,"synctex.gz","pdf","")
- let execline = printf(":!zathura --synctex-forward %d:%d:%s %s", line('.'), col('.'), shellescape(bufname("%")), shellescape(pdffile))
- exec execline
- end
-endfunction
+let g:vimtex_fold_enabled=0
+let g:vimtex_view_method='zathura'
+let g:vimtex_latexmk_continuous=1
+let g:vimtex_quickfix_mode=2
-nnoremap <LocalLeader>a :call SynctexShow()<CR><CR>
-nnoremap <LocalLeader>i :Latexmk<CR>
-nnoremap <LocalLeader>e :LatexErrors<CR>
-nnoremap <LocalLeader>o :LatexView<CR>
-nnoremap <LocalLeader>k :LatexmkStop<CR>:LatexmkClean<CR>
+nnoremap <LocalLeader>i :VimtexCompile<CR>
+nnoremap <LocalLeader>e :VimtexErrors<CR>
+nnoremap <LocalLeader>v :VimtexView<CR>
+nnoremap <LocalLeader>k :VimtexStop<CR>:VimtexClean<CR>
+nnoremap <LocalLeader>t :VimtexTocToggle<CR>
nnoremap <LocalLeader>h :split header.sty<CR>
" Gundo
@@ -138,6 +125,9 @@ set linebreak
set textwidth=0
set conceallevel=2
set guifont=Monaco\ 11
+set lazyredraw
+highlight diffAdded guifg=#00bf00
+highlight diffRemoved guifg=#bf0000
" Case and spell
set nospell