diff options
| author | Teddy Wing | 2019-05-08 15:54:17 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2019-05-08 15:54:17 +0200 | 
| commit | 33f787274c2fd51eeff1def9f92adf7e77bd1578 (patch) | |
| tree | 6246384827da603743f4c8457748796c03fb18c1 /.gitmodules | |
| parent | a3c00972e11bcc7b82f1f47e95bdcbda974b6e35 (diff) | |
| download | dotvim-33f787274c2fd51eeff1def9f92adf7e77bd1578.tar.bz2 | |
Disable 'vim-golang' plugin
Switching to 'vim-go'.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 6c3d069..ae37395 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,7 +22,7 @@  	path = bundle/vim-javascript  	url = https://github.com/pangloss/vim-javascript.git  [submodule "bundle/vim-golang"] -	path = bundle/vim-golang +	path = bundle/vim-golang~  	url = https://github.com/jnwhiteh/vim-golang.git  [submodule "bundle/vim-scala"]  	path = bundle/vim-scala  | 
