Update plug.vim

This commit is contained in:
Junegunn Choi 2023-11-13 19:53:19 +09:00
parent 64b9f9e3c3
commit 3264b81e7a
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ function! plug#end()
augroup filetypedetect
call s:source(s:rtp(plug), 'ftdetect/**/*.vim', 'after/ftdetect/**/*.vim')
if has('nvim-0.5.0')
call s:source(s:rtp(plug), 'ftdetect/**/*.lua', 'after/ftdetect/**/*.lua')
call s:source(s:rtp(plug), 'ftdetect/**/*.lua', 'after/ftdetect/**/*.lua')
endif
augroup END
endif