Add protobuf plugin & python plugin

master
Kuiki 2017-06-05 16:58:04 +08:00
parent 5c90c6611d
commit 552459232e
1 changed files with 7 additions and 0 deletions

7
vimrc
View File

@ -7,7 +7,14 @@ call vundle#begin()
" let Vundle manage Vundle, required " let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim' Plugin 'VundleVim/Vundle.vim'
" Golang Plugin
Plugin 'fatih/vim-go' Plugin 'fatih/vim-go'
" Protobuf Plugin
Plugin 'uarun/vim-protobuf'
" Python Plugin
Plugin 'python-mode/python-mode'
Plugin 'yssource/python.vim'
Plugin 'vim-scripts/python_match.vim'
" All of your Plugins must be added before the following line " All of your Plugins must be added before the following line
call vundle#end() " required call vundle#end() " required