Because I use the VIM editor a bit old-fashioned, so on Google search, whether it can make a nice little, convenient, this does not-we have to provide a good way, I follow his approach to my vim decoration is very beautiful, mainly by it, for us these novices, Can avoid a lot of error messages, the main thing is: can avoid typos.
First Light One
Nice, huh?
Here is a way to say, without you too much modification, our dear author to help us write the configuration file script.
Of course, we should not take the author's credit to get rid of it. All of us are vim users.
Setup:
Easy installation Method:
Open the terminal and execute the following command to install it automatically:
wget https://raw.github.com/ma6174/vim/master/setup.sh-O ma6174_vim_setup.sh && bash ma6174_vim_setup.sh
Wait for a moment, do not enter anything, your own back to the command line means that the installation is finished.
At the same time, the author also provides manual installation instructions (Ubuntu Edition)
1 Installing vim sudo apt-get install vim
2 Installing Ctags:sudo apt-get install Ctags
3 Installing some prerequisite programs: sudo apt-get install python-twisted xclip vim-gnome astyle python-setuptools
4 Python Code formatting tool: sudo easy_install-zu autopep8
5 sudo ln-s/usr/bin/ctags/usr/local/bin/ctags
6 Clone configuration file: cd ~/&& git clone git://github.com/ma6174/vim.git
7 MV ~/vim ~/.vim
8 MV ~/.VIM/.VIMRC ~/
9 Clone Bundle Program: Git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
10 open Vim and execute the bundle program: Bundleinstall
11 re-open vim to see the effect
Vim Editor IDE edition