Vundle is a vim plugin manager inspired by the likes of Bundler for Ruby
From within your .vimrc
add the new plugin configuration
call vundle#begin()
" Other vim plugins...
Plugin 'https://github.com/rupurt/vim-mql5'
call vundle#end()
Clone the repository to your local machine
$ cd ~/.vim/
$ git clone https://github.com/rupurt/vim-mql5.git
You can also download the zip file and extract it
Open your .vimrc
file and add the following line
set runtimepath+=expand('~/.vim/vim-mql5')