From 552459232e68e709815a529e22d06da72c0f4eb2 Mon Sep 17 00:00:00 2001 From: Kuiki <911yinhui911@163.com> Date: Mon, 5 Jun 2017 16:58:04 +0800 Subject: [PATCH] Add protobuf plugin & python plugin --- vimrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vimrc b/vimrc index 087b15a..c91ad58 100644 --- a/vimrc +++ b/vimrc @@ -7,7 +7,14 @@ call vundle#begin() " let Vundle manage Vundle, required Plugin 'VundleVim/Vundle.vim' +" Golang Plugin 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 call vundle#end() " required