码迷,mamicode.com
首页 > 其他好文 > 详细

vimrc

时间:2014-05-01 08:38:20      阅读:327      评论:0      收藏:0      [点我收藏+]

标签:set   type   line   load   user   name   new   file   os   ui   path   

runtime bundle/vim-pathogen/autoload/pathogen.vim
set nocompatible " be iMproved, required
filetype off " required

" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()

Plugin ‘gmarik/Vundle.vim‘
Plugin ‘tpope/vim-fugitive‘
Plugin ‘L9‘
Plugin ‘git://git.wincent.com/command-t.git‘
Plugin ‘rstacruz/sparkup‘, {‘rtp‘: ‘vim/‘}
Plugin ‘user/L9‘, {‘name‘: ‘newL9‘}

""""""vim scripts""""""""""""""""""
Bundle ‘taglist.vim‘
Bundle ‘c.vim‘
Bundle ‘minibufexpl.vim‘
Bundle ‘grep.vim‘
Bundle ‘mru.vim‘
Bundle ‘comments.vim‘

""""""""git repo"""""""""""""""
Bundle ‘scrooloose/nerdtree‘
Bundle ‘Valloric/YouCompleteMe‘
Bundle ‘vim-scripts/AutoClose‘
Bundle ‘scrooloose/syntastic‘
Bundle ‘Lokaltog/vim-powerline‘
Bundle ‘kien/ctrlp.vim‘
Bundle ‘Valloric/ListToggle‘

call vundle#end() " required
filetype plugin indent on " required

vimrc,码迷,mamicode.com

vimrc

标签:set   type   line   load   user   name   new   file   os   ui   path   

原文地址:http://www.cnblogs.com/anjsxz/p/3702496.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!