Vim Plugin Add Summary

Source: Internet
Author: User

The main reference is this blog post:

http://my.oschina.net/swuly302/blog/156784

But the basic knowledge that needs to be added is that the same problem may be encountered for the first vim novice user.

After the plug-in is added, you need to configure it in ~/.VIMRC or/ETC/VIMRC

PS: ~/.VIMRC is created by itself, can be copied in the/ETC/VIMRC, this configuration file will be directly in the/ETC/VIMRC to wash out the files

After installing the plug-in, configuration parameters, it is best to refer to the corresponding plugin git instructions or FAQ's question and answer is easy to understand. Including the ~/.vim/directory are created manually.

The last thing I see is the problem I'm having

Nerdtree directory garbled, display is not normal

Workaround:

First, determine whether the terminal displays Utf-8, not to be set to Utf-8

Second, edit Nerd_tree.vim, find this sentence

Call S:initvariable ("G:nerdtreedirarrows",!s:running_windows)

Put the "!" Remove

~/.VIMRC Setting the color scheme

ColorScheme Desert

Configuration

"Nerdtree Setting

Map <C-n>:nerdtreetoggle<cr>

Autocmd Stdinreadpre * Let S:std_in=1

Autocmd Vimenter * if argc () = = 0 &&!exists ("s:std_in") | Nerdtree | endif

Let g:nerdtreewinpos= "left"

Let g:nerdtreewinsize=35

Let G:neocomplcache_enable_at_startup = 1

"Tagbar setting

Nmap <C-t>:tagbartoggle<cr>




Vim Plugin Add Summary

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.