From a688c66a049b12e7b19f6ab4cb27c5a24dc3d52c Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 20 May 2020 16:59:09 +0200 Subject: Update --- autoload/health/vimtex.vim | 6 ------ 1 file changed, 6 deletions(-) (limited to 'autoload/health') diff --git a/autoload/health/vimtex.vim b/autoload/health/vimtex.vim index 1af2c78f..a655feee 100644 --- a/autoload/health/vimtex.vim +++ b/autoload/health/vimtex.vim @@ -69,12 +69,6 @@ function! s:check_plugin_clash() abort " {{{1 call health#report_warn('Conflicting plugin detected: LaTeX-Box') call health#report_info('vimtex does not work as expected when LaTeX-Box is installed!') call health#report_info('Please disable or remove it to use vimtex!') - - let l:polyglot = !empty(filter(copy(l:scriptnames), "v:val =~# 'polyglot'")) - if l:polyglot - call health#report_info('LaTeX-Box is included with vim-polyglot and may be disabled with:') - call health#report_info('let g:polyglot_disabled = [''latex'']') - endif endif endfunction -- cgit v1.2.3