diff options
author | listout <listout@protonmail.com> | 2021-05-03 21:45:36 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-05-03 21:45:36 +0530 |
commit | 037dce86c527467be41365713d2beebe489e71b9 (patch) | |
tree | 8376c8bc9b141ff3164892ec60c55dcdfa00256c /after | |
parent | dd45a8f679a671b4c0cf4b4a3952afdbe4ded05d (diff) |
vimtex pdf viewer
Diffstat (limited to 'after')
-rw-r--r-- | after/ftplugin/tex.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/after/ftplugin/tex.vim b/after/ftplugin/tex.vim index 995efef..88a9b0d 100644 --- a/after/ftplugin/tex.vim +++ b/after/ftplugin/tex.vim @@ -3,6 +3,7 @@ set spell spelllang=en_us " Does not highlight conceal highlight Conceal ctermbg=NONE ctermfg=NONE guibg=NONE guifg=NONE +let g:vimtex_view_general_viewer = 'zathura' " VimTex specific settings set conceallevel=1 |