Personal configuration has been put into the https://github.com/liown/vim-settings, mainly based on the configuration of Axiaoxin modified.
Friends who need to put the. VIMRC directly into the ~/.VIMRC, into the vim execution: Plugininstall command installation.
After the installation is complete, you may need to ctags,ctags and make the install directly after compiling.
On a few long-term configuration to make a record, so as to remind me of this little white
"Vim command mode when pressing TAB completion
Set Wildmenu
Set Wildmode=list
"Automatically set the currently edited file in the same directory as the current working path, the second sentence is the focus."
"When you open a project in the root directory of file A,: E can open directly with a directory of files, it is convenient."
Set Autochdir
Autocmd Bufenter * silent! LCD%:p: H
"Highlight the current row, you can set the foreground and background colors, and no longer have to worry about not finding the cursor and two eyes in the dark."
Set Cursorline
Hi cursorline cterm=none ctermbg=black ctermfg=yellow
Static check of Python files default I was off the,<f8> boot Flake8
<F10> Show Indent lines
VIM Configuration Summary