added synctex forward and reverse search via zathura pdf viewer

This commit is contained in:
paul-loedige
2021-04-26 10:13:28 +02:00
parent 143a301ec7
commit 2e6ddfcfc9
5 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
https://paul-loedige:VhD%40R46%2ai9k%24tumJgD3T@git.ploedige.com
https://paul-loedige:5SC%24%5e%5eonvuD5Ze@git.owl-racing-team.de https://paul-loedige:5SC%24%5e%5eonvuD5Ze@git.owl-racing-team.de
https://paul-loedige:VhD%40R46%2ai9k%24tumJgD3T@git.ploedige.com
https://paul-loedige:yP4vs9rTriqP4b8mK4ohyNHSH@its-gitlab.init.hs-owl.de https://paul-loedige:yP4vs9rTriqP4b8mK4ohyNHSH@its-gitlab.init.hs-owl.de
+10 -2
View File
@@ -17,9 +17,16 @@ Plug 'lervag/vimtex' " vimtex
call plug#end() call plug#end()
let g:coc_global_extensions = ['coc-snippets', 'coc-git'] " coc plugins
let g:coc_global_extensions = ['coc-snippets', 'coc-git', 'coc-vimtex']
"lightline "neovim-remote for vimtex
let g:vimtex_compiler_progname = 'nvr'
"vimtex
let g:vimtex_view_method = 'zathura'
" lightline
set laststatus=2 set laststatus=2
"NERDTree "NERDTree
@@ -41,6 +48,7 @@ set wildmode=longest,list " get bash-like tab completions
filetype plugin indent on " allows auto-indenting depending on file type filetype plugin indent on " allows auto-indenting depending on file type
syntax on " syntax highlighting syntax on " syntax highlighting
let mapleader=" " " set mapleader to space let mapleader=" " " set mapleader to space
let maplocalleader=" " " set localleader to space
set timeoutlen=1000 " set timeout length set timeoutlen=1000 " set timeout length
"colors "colors
Submodule neovim/.config/nvim/plugged/vim-snippets updated: 03f7e3395b...2a28fc35f6
Submodule neovim/.config/nvim/plugged/vimtex updated: 0d8a69f9e1...91c011f6c1
+1
View File
@@ -0,0 +1 @@
set synctex true