vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit a4df8cc4162b8d77f0f2c9650c8ff5c5199e01a7
parent 4624bb9ec7b128978fa4d23e57bedd25500095b4
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 28 Jan 2015 20:23:46 -0800

Migrate to vim-go

Diffstat:
Mvimrc | 7+------
1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/vimrc b/vimrc @@ -7,9 +7,8 @@ call vundle#begin() Plugin 'gmarik/Vundle.vim' Plugin 'Lucius' Plugin 'git://github.com/dart-lang/dart-vim-plugin.git' -Plugin 'git://github.com/jnwhiteh/vim-golang.git' +Plugin 'fatih/vim-go' Plugin 'fugitive.vim' -Plugin 'Blackrush/vim-gocode' Plugin 'git://github.com/scala/scala-dist.git', {'rtp': 'tool-support/src/vim'} Plugin 'The-NERD-tree' Plugin 'spacehi.vim' @@ -106,10 +105,6 @@ if &t_Co > 2 || has("gui_running") " Highlight trailing space au BufEnter,InsertLeave *.java,*.dart,*.h,*.c,*.cc,*.cs,*.m,*.s SpaceHi - - " Apply gofmt - au FileType go autocmd BufEnter,InsertLeave <buffer> set syntax=go - au FileType go autocmd BufWritePre <buffer> Fmt endif if has("gui_macvim")