These configs are aimed at being used in the terminal for web development (PHP, JS, CSS, SASS). Although, it should work with pretty much any languages. After all its Vim. While these configs are meant for terminal they should work well with gVim too.
These configs were made using GNU/Linux but may work on other operating systems. To install, just open the terminal and do the following.
git clone https://github.com/webunraveling/vim-config.git
- Rename this repos directory to
.vim
(be sure to make a copy of your original as a backup) - Create a new
.vimrc
in your home directory with one line in it:source $HOME/.vim/vimrc
This is completely optional. If your XTERM doesn't already use 256 colors, add export TERM=xterm-256color
to your .bashrc
.
echo $emacsRant > /dev/null