added synctex forward and reverse search via zathura pdf viewer
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -17,7 +17,14 @@ 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']
|
||||||
|
|
||||||
|
"neovim-remote for vimtex
|
||||||
|
let g:vimtex_compiler_progname = 'nvr'
|
||||||
|
|
||||||
|
"vimtex
|
||||||
|
let g:vimtex_view_method = 'zathura'
|
||||||
|
|
||||||
" lightline
|
" lightline
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
@@ -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
@@ -0,0 +1 @@
|
|||||||
|
set synctex true
|
||||||
Reference in New Issue
Block a user