Autocmd Bufwritepre *.go:fmt
Set nocompatible "be improved
FileType off "required!
Set rtp+=~/.vim/bundle/vundle/
Call Vundle#begin ()
"Let Vundle manage the plug-in version and must
Plugin ' Vundlevim/vundle.vim '
The following example is used to support plug-in installation in different formats.
"Please place the command to install the plugin between Vundle#begin and Vundle#end."
"Plug-ins on GitHub
"Format Plugin ' username/plugin repository name '
The following example is used to support plug-in installation in different formats.
"Please place the command to install the plugin between Vundle#begin and Vundle#end."
"Plug-ins on GitHub
"Format Plugin ' username/plugin repository name '
"Let Vundle manage Vundle
"Required!
Plugin ' Gmarik/vundle '
Plugin ' Cespare/vim-golang '
Plugin ' Blackrush/vim-gocode '
Plugin ' Alvan/vim-closetag '
Call Vundle#end ():
FileType plugin indent on
Syntax on
Set Backspace=indent,eol,start