我的MacVim的vimrc配置

set nocompatible               " be iMproved  
filetype off                   " required!  
 
set rtp+=~/.vim/bundle/vundle/  
call vundle#rc() 

" 显示行号
set number
" 当前列与行高亮
set cursorcolumn
set cursorline

" let Vundle manage Vundle  
" required!   
"这是vundle本身的设置  
Bundle 'gmarik/vundle'

" My Bundles here:  
"这里是设置你自己自定义的插件的设置vundle设置
"注意:下载的插件git为:https://github.com/godlygeek/tabular.git
"则设置为Bundle 'godlygeek/tabular'
"https://github.com/gmarik/vundle.git设置则为 Bundle 'gmarik/vundle'
"non github repos ,非git的访问地址的,格式如下:  
"Bundle 'git://git.wincent.com/command-t.git'

" nerdtree插件
Plugin 'scrooloose/nerdtree'
" markdown插件(打开*.md文件,会直接打开网页)
Plugin 'godlygeek/tabular'
Plugin 'plasticboy/vim-markdown'
Plugin 'suan/vim-instant-markdown'


filetype plugin indent on     " required!  
"  
" Brief help  
" :BundleList          - list configured bundles  
" :BundleInstall(!)    - install(update) bundles  
" :BundleSearch(!) foo - search(or refresh cache first) for foo  
" :BundleClean(!)      - confirm(or auto-approve) removal of unused bundles  
"  
" see :h vundle for more details or wiki for FAQ  
" NOTE: comments after Bundle command are not allowed..

" 打开nerdtree界面
nnoremap <silent> <F5> :NERDTree<CR>
" 显示隐藏文件
let NERDTreeShowHidden=1

自己配置持续更新中

只为自己以后换电脑不用频繁自己在配置,直接拿来用.欢迎大神来叨扰,有什么不懂的直接留言,看到我会回复的.我在vim上还是一名渐行渐远的小白勿喷
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • Android 自定义View的各种姿势1 Activity的显示之ViewRootImpl详解 Activity...
    passiontim阅读 173,751评论 25 709
  • 这两天比较累,心累。这段时间连着两起的幼儿园事件,让我的心情很难平复下来。昨天儿子在幼儿园就受到了不应该的惩罚,跟...
    文杰10阅读 175评论 0 0
  • 少年不知读书乐, 向往玩乐, 向往玩乐, 为赴嬉戏谋百计。 至此方叹读书乐, 欲罢不能, 欲罢不能, 却语时休好个快。
    紫霼阅读 407评论 2 1
  • 这辈子有过最长的路,就是自己的套路。无法改变的事何必去纠结呢,喜欢的女孩,喜欢的事,想要的人生,想过的生活,那一样...
    烟花雨下的诺言阅读 117评论 0 0
  • https://github.com/vhf/free-programming-books/blob/master...
    大可阅读 7,730评论 8 83