You are missing a string concatenation operator `.` at plug.vim, L698. https://github.com/junegunn/vim-plug/blob/master/plug.vim#L698 You'll get an error when you type `:echo printf('Hey. ' 'Hello, %s.', 'world')`.