After a break from source insight, decide to take the time to properly configure and learn the following VIM
So I found the great God's configuration HTTPS://GITHUB.COM/HUMIAOZUZU/DOT-VIMRC
According to the introduction of the page, the following actions
Backup your old vim configuration files:
mv ~/.vim ~/vim.origmv ~/.VIMRC ~/.vimrc.orig
Clone and install this repo:
git clone git://github.com/humiaozuzu/dot-vimrc.git ~/.vimLn -S ~/.VIM/VIMRC ~/.VIMRC
Setup Vundle
:
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
Install bundles. Launch Vim (ignore the errors and they would disappear after installing needed plugins) and run:
: Bundleinstall
Thst ' s it!
Then we found an error, similar to
processing function vundle#installer#new ... <snr>31_process. Vundle#installer#run. Vundle#installer#install .. <snr>31_sync. <snr>31_system: section 1 line: E484: Cannot open file /tmp/v7kqncz/3 handle function vundle#installer#new ... <snr>31_process: section 13 line: E121: Undefined variable: s:last_statuse15: Invalid expression: error " == S:last_status 17 row: E121: Undefined variable: s:last_status
Guess it's because I'm using fish, so switching to bash runs, or wrong ...
Then find this Vi use Vundle management plug-in to perform Plugininstall error
Add a sentence in the ~/.VIMRC file
Set Shell=/bin/bash
Execute again
: Bundleinstall
OK, everything's fine.
The next step is to learn how to use it. The operation of various plug-ins.
Configuration and use of vim