http://blog.sina.com.cn/s/blog_73ca27ba0100r1u3.html 更换了注释插件NER_commenter,函数出错找不到解决办法,于是更换为插件EnhancedCommentify ----------------------------------------------------------------- 折腾了四天终于把 vim差不多搞定了 实
http://blog.sina.com.cn/s/blog_73ca27ba0100r1u3.html
更换了注释插件NER_commenter,函数出错找不到解决办法,于是更换为插件EnhancedCommentify
-----------------------------------------------------------------
折腾了四天终于把 vim差不多搞定了 实现了目录,函数跳转,注释和php自动缩进,自动补全。有待日后完后
vimrc代码如下:
" 设置leader为,
let mapleader=","
let g:mapleader=","
set nocompatible
syntax on
set mouse=a
filetype plugin indent on
set number
set nocursorline
set shiftwidth=4
set softtabstop=4
set tabstop=4
set nobackup
set autochdir
set backupcopy=yes
set ignorecase smartcase
set nowrapscan
set incsearch
set hlsearch
set noerrorbells
set novisualbell
set t_vb=
" set showmatch
" set matchtime=2
" set nowrap
set magic