Skip to content

Commit

Permalink
Moving go support to fatih/vim-go
Browse files Browse the repository at this point in the history
  • Loading branch information
spf13 committed Mar 31, 2014
1 parent ae9c9fd commit 3d430e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
" .vimrc.before.local file:
" let g:spf13_keep_trailing_whitespace = 1
autocmd FileType c,cpp,java,go,php,javascript,python,twig,xml,yml autocmd BufWritePre <buffer> if !exists('g:spf13_keep_trailing_whitespace') | call StripTrailingWhitespace() | endif
autocmd FileType go autocmd BufWritePre <buffer> Fmt
"autocmd FileType go autocmd BufWritePre <buffer> Fmt
autocmd BufNewFile,BufRead *.html.twig set filetype=html.twig
autocmd FileType haskell setlocal expandtab shiftwidth=2 softtabstop=2
" preceding line best in a plugin but here for now.
Expand Down
3 changes: 2 additions & 1 deletion .vimrc.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@

" Go Lang {
if count(g:spf13_bundle_groups, 'go')
Bundle 'Blackrush/vim-gocode'
"Bundle 'Blackrush/vim-gocode'
Bundle 'fatih/vim-go'
endif
" }

Expand Down

0 comments on commit 3d430e5

Please sign in to comment.