Before you add this tools and basic setting to your vim editor, you must to install the vim-plug tool in your machine, well it's necesary for install the plugins I'm using in my editor 😃.
To install it on Windows, you could run this command on your power shell terminal:
iwr -useb https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |` ni $HOME/vimfiles/autoload/plug.vim -Force
Note that iwr is the main command, and URL and ni <PATH> is the local path package will be installed.