Commit a426a6da authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add vim-go

parent 4c2b52f0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -76,3 +76,6 @@
[submodule ".vim/bundle/vim-toml"]
	path = .vim/bundle/vim-toml
	url = https://github.com/cespare/vim-toml.git
[submodule ".vim/bundle/vim-go"]
	path = .vim/bundle/vim-go
	url = https://github.com/fatih/vim-go.git
+3 −0
Original line number Diff line number Diff line
setl spell

" Ensure needed tools are installed
GoInstallBinaries
Original line number Diff line number Diff line
Subproject commit 2f7a00e9f2ac4ec3c49bfe6234ccd290bfb782ac

.vim/plugin/go.vim

0 → 100644
+6 −0
Original line number Diff line number Diff line
" Settings for github.com/fatih/vim-go
" https://github.com/fatih/vim-go/blob/master/doc/vim-go.txt

let g:go_fmt_command = "goimports"
let g:go_highlight_operators = 1
let g:go_highlight_extra_types = 1