This vim configuration repository was created for efficient PHP and JavaScript/JSX coding.
For more information on Vim, see this wikipedia article.
Clone this repository to your home directory:
git clone git@github.com:sheparddw/.vim.git ~/.vim
Then install Dein (a Vim Plugin Manager):
curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > ~/.vim/installer.sh && sh ~/.vim/installer.sh ~/.vim/bundle/ && rm ~/.vim/installer.sh
Then within vim run the following:
:call dein#install()
To update plugins, run the following:
:call dein#update()
See vimrc and bundles.vim comments for more information on what is included. Enjoy.
You may have to set up a symbolic link to get this vim configuration to work on some servers:
ln -s ~/.vim/vimrc ~/.vimrc
To get Airline Icons to work, use a nerd-font such as Hack as your terminal font.
For Neovim, run the following:
ln -s ~/.vim ~/.config/nvim && ln -s ~/.vim/vimrc ~/.config/nvim/init.vim