Add config for pdf-open.vim

This commit is contained in:
2022-01-06 13:50:12 +01:00
parent f336525522
commit a15943c362

5
_vimrc
View File

@@ -87,6 +87,11 @@ if $LANGUAGE_TOOL != ""
let g:languagetool_jar = '$LANGUAGE_TOOL/languagetool-commandline.jar' let g:languagetool_jar = '$LANGUAGE_TOOL/languagetool-commandline.jar'
endif endif
if executable('pdftotext')
let g:pdf_convert_on_edit=1
let g:pdf_convert_on_read=1
endif
silent! helptags ALL silent! helptags ALL
colorscheme atomified colorscheme atomified