I like several good vim plugins

Source: Internet
Author: User
Tags git clone

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.