Setup vimtex with zathura
parent
72120e0ce8
commit
f612897fb8
12
.vimrc
12
.vimrc
|
@ -149,6 +149,12 @@ let g:coc_global_extensions = [
|
||||||
\'coc-snippets'
|
\'coc-snippets'
|
||||||
\]
|
\]
|
||||||
|
|
||||||
|
" Plugin: LaTeX
|
||||||
|
|
||||||
|
Plug 'lervag/vimtex'
|
||||||
|
|
||||||
|
" Plugin: TidalCycles
|
||||||
|
|
||||||
Plug 'supercollider/scvim'
|
Plug 'supercollider/scvim'
|
||||||
Plug 'tidalcycles/vim-tidal'
|
Plug 'tidalcycles/vim-tidal'
|
||||||
|
|
||||||
|
@ -260,6 +266,12 @@ set statusline^=%{coc#status()}%{get(b:,'coc_current_function','')}
|
||||||
|
|
||||||
command! -nargs=0 Prettier :CocCommand prettier.formatFile
|
command! -nargs=0 Prettier :CocCommand prettier.formatFile
|
||||||
|
|
||||||
|
" Plugin: vimtex
|
||||||
|
|
||||||
|
let g:vimtex_view_method='zathura'
|
||||||
|
let g:tex_flavor = 'latex'
|
||||||
|
let g:tex_conceal='abdmg'
|
||||||
|
|
||||||
" Theme ________________________________
|
" Theme ________________________________
|
||||||
|
|
||||||
colorscheme simple-dark
|
colorscheme simple-dark
|
||||||
|
|
Loading…
Reference in New Issue