码迷,mamicode.com
首页 > 系统相关 > 详细

vim 配置

时间:2017-03-06 19:44:41      阅读:287      评论:0      收藏:0      [点我收藏+]

标签:oom   enter   ctr   sni   ast   pairs   let   air   pat   

set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle ‘gmarik/vundle‘
Bundle ‘kien/ctrlp.vim‘
Bundle ‘sjl/gundo.vim‘
Bundle ‘jiangmiao/auto-pairs‘
Bundle ‘klen/python-mode‘
Bundle ‘Valloric/ListToggle‘
Bundle ‘SirVer/ultisnips‘
Bundle ‘Valloric/YouCompleteMe‘
Bundle ‘scrooloose/syntastic‘
Bundle ‘t9md/vim-quikhl‘
Bundle ‘scrooloose/nerdcommenter‘

Bundle ‘YankRing.vim‘
Bundle ‘vcscommand.vim‘
Bundle ‘ShowPairs‘
Bundle ‘SudoEdit.vim‘
Bundle ‘EasyGrep‘
Bundle ‘VOoM‘
Bundle ‘VimIM‘
filetype plugin indent on

vim 配置

标签:oom   enter   ctr   sni   ast   pairs   let   air   pat   

原文地址:http://www.cnblogs.com/groundsong/p/6511457.html

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