Skip to content

Files

Latest commit

 

History

History
29 lines (25 loc) · 621 Bytes

vim_init_for_linux.md

File metadata and controls

29 lines (25 loc) · 621 Bytes

linux 开发快速初始化

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

Bundle 'scrooloose/nerdtree'
Plugin 'MarcWeber/vim-addon-mw-utils'
Plugin 'tomtom/tlib_vim'
Plugin 'garbas/vim-snipmate'
" Optional:
Plugin 'honza/vim-snippets'

Bundle 'python.vim'
"Bundle 'The NERD tree'
Bundle 'taglist.vim'
Bundle 'bufexplorer.zip'
Bundle 'molokai'
Bundle 'php.vim'
Bundle 'grep.vim'
Bundle 'Pydiction'
Bundle 'c.vim'

call vundle#end()            " required