Loading .gitmodules +3 −0 Original line number Diff line number Diff line Loading @@ -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 .vim/after/ftplugin/go.vim +3 −0 Original line number Diff line number Diff line setl spell " Ensure needed tools are installed GoInstallBinaries vim-go @ 2f7a00e9 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 Loading
.gitmodules +3 −0 Original line number Diff line number Diff line Loading @@ -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
.vim/after/ftplugin/go.vim +3 −0 Original line number Diff line number Diff line setl spell " Ensure needed tools are installed GoInstallBinaries
vim-go @ 2f7a00e9 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