Plug-in Installation components
Https://github.com/tpope/vim-pathogen
Supertab Auto-Completing
https://www.vim.org/scripts/script.php?script_id=1643
Auto pairs automatically matches parentheses
https://www.vim.org/scripts/script.php?script_id=3599
Syncstatics syntax error Checking
https://www.vim.org/scripts/script.php?script_id=2736
HTML Emmet Fast Authoring artifact
Https://github.com/mattn/emmet-vim
Emmet Quick Write Tutorials
Https://www.cnblogs.com/wuhua1/p/6848960.html
Plug-in installation method, and then installed under the pathogen, only need to enter. Vim/bunlder directory, git clone plugin can be used directly
Finally attach the personal VIMRC configuration file
execute pathogen#infect () filetype plugin indent onset nonuset tabstop=4 "Tab key LengthSet softtabstop=4 "length when deletedSet shiftwidth=4 "Auto Tab LengthSet Expandtab"disable tab with space insteadSet Cindent"C-Language Special tabColorScheme Darkblue"Nnoremap I k"Nnoremap K J"Nnoremap J H"Nnoremap H i"nnoremap H Innoremap mm) Nnoremap mn (Nnoremap MH0Nnoremap Mk%nnoremap me $inoremap<C-d> <del>Nnoremap<C-c> <esc>:WInoremap<C-b> <Left>Inoremap<C-j> <Down>Inoremap<C-k> <Up>Inoremap<C-l> <Right>Hi Matchparen CTERMBG=blue ctermfg=Whitelet G:user_emmet_leader_key='<C-Z>'
I like several good vim plugins