This is simple bash script that will help you to setup vim plugin in easy way.
Enter your local directory /home/{user} or root directory (for root user) and clone this repo by copy this command into your terminal:
cd ~ && git clone https://github.com/trisna-ashari/vim-plugin-setup.git && cd ~/vim-plugin-setup && bash setup.sh
NOTE: Before installed all plugins listed bellow, this setup will install Vim Pathogen first.
- Nerdtree
- Vim Airline
- Vim Easymotion
- Vim Snippets
- Vim Signify
- Vim
- Vim Fugitive
- Ctrlp.Vim
- Ctrlp Funky
- Emmet Vim
- Supertab
- Tagbar
- Ultisnips
- Xoria256.vim
Under MIT License