diff options
| author | Tucker Evans <tuckerevans24@gmail.com> | 2018-04-21 11:39:32 -0400 |
|---|---|---|
| committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-04-21 11:39:32 -0400 |
| commit | b25579943df28616d757c73ecc5b087e04ddf99f (patch) | |
| tree | f4ca235312fd9d6e48eb2090e94bb1d466a0dd68 | |
| parent | 687a64c30fa70eb2a27cba09599c33a68b18d910 (diff) | |
Adds vim-go plugin
vim plugin's added as sub-modules.
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | vim/.vim/pack/tje/start/vim-go | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 068b2dc..a55c776 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "bash/.git-prompt"] path = bash/.git-prompt url = https://github.com/magicmonty/bash-git-prompt.git +[submodule "vim/.vim/pack/tje/start/vim-go"] + path = vim/.vim/pack/tje/start/vim-go + url = https://github.com/fatih/vim-go diff --git a/vim/.vim/pack/tje/start/vim-go b/vim/.vim/pack/tje/start/vim-go new file mode 160000 +Subproject e0ba424d32697383d898eba297c47466035dbfa |
