added synctex forward and reverse search via zathura pdf viewer
This commit is contained in:
@@ -17,9 +17,16 @@ Plug 'lervag/vimtex' " vimtex
|
||||
|
||||
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
|
||||
|
||||
"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
|
||||
syntax on " syntax highlighting
|
||||
let mapleader=" " " set mapleader to space
|
||||
let maplocalleader=" " " set localleader to space
|
||||
set timeoutlen=1000 " set timeout length
|
||||
|
||||
"colors
|
||||
|
||||
Submodule neovim/.config/nvim/plugged/vim-snippets updated: 03f7e3395b...2a28fc35f6
Submodule neovim/.config/nvim/plugged/vimtex updated: 0d8a69f9e1...91c011f6c1
Reference in New Issue
Block a user