I entered my github password when installing plugins with vundle and I don't know what it was for.
I'm new with vim and i'm trying to install plugins with vundle so I modified mi vimrc file to include plugins and then ran `:PluginInstall" where one of the plugins asked for my github user and password, and I typed it in but now I don't know who I gave that password to or what for, does anyone know? should I change my password?
This is part of my vimrc file
Plugin 'scrooloose/nerdtree'
Plugin 'majutsushi/tagbar'
Plugin 'jakedouglas/exuberant-ctags'
Plugin 'junegunn/fzf'
Plugin 'Shougo/neocomplete.vim'
Plugin 'Townk/vim-autoclose'
Plugin 'vim-syntastic/syntastic'