Skip to content

Commit

Permalink
Update plug.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Feb 24, 2024
1 parent 64b9f9e commit 3264b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plug.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3264b81

Please sign in to comment.