Skip to content

Commit

Permalink
Update plug.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn authored Nov 13, 2023
1 parent 2028d8c commit 154f60b
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 154f60b

Please sign in to comment.