diff --git a/.vimrc b/.vimrc index b6483fc5..1ffa9049 100644 --- a/.vimrc +++ b/.vimrc @@ -324,15 +324,6 @@ let g:miniBufExplModSelTarget = 1 - - - - - - - - - "输入法 :let g:vimim_map='c-/' ":let g:vimim_cloud='sougou' " QQ云输入 @@ -351,8 +342,6 @@ let g:miniBufExplMapCTabSwitchBufs = 1 let g:miniBufExplModSelTarget = 1 - - set iskeyword+=. set fileencodings=utf-8 set termencoding=utf-8 @@ -361,11 +350,8 @@ set fileencoding=utf8 set fileencodings=utf8,ucs-bom,gbk,cp936,gb2312,gb18030 let &termencoding=&encoding - - autocmd FileType python set omnifunc=pythoncomplete#Complete - "set nocompatible " be iMproved "filetype off " required! diff --git a/README.md b/README.md index 44c34ee7..ce0c1dc8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ - clone配置文件:`cd ~/ && git clone git://github.com/ma6174/vim.git` - `mv ~/vim ~/.vim` - `mv ~/.vim/.vimrc ~/` +- clone bundle 程序:`git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle` +- 执行bundle程序`:BundleInstall` + +## 2013年4月3日更新 + +1. 完善安装方法,修复bundle问题 ## 2013年3月17日更新: 1. 增加go语言插件