Skip to content

Commit

Permalink
Add vim plugins as submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlevy committed Feb 17, 2021
1 parent 5d35149 commit cde50ac
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "_vim/pack/plugins/start/vim-go"]
path = _vim/pack/plugins/start/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "_vim/pack/plugins/start/rust-vim"]
path = _vim/pack/plugins/start/rust-vim
url = https://github.com/rust-lang/rust.vim
1 change: 1 addition & 0 deletions _vim/pack/plugins/start/rust-vim
Submodule rust-vim added at 87c745
1 change: 1 addition & 0 deletions _vim/pack/plugins/start/vim-go
Submodule vim-go added at 086153
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ do
fi
ln -snf ${source} ${target}
done
git submodule init
git submodule update

0 comments on commit cde50ac

Please sign in to comment.