-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding git submodules, removing minpac, as well as some vim plugins
- Loading branch information
Showing
10 changed files
with
70 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[submodule ".vim/pack/my_plugins/start/vim-commentary"] | ||
path = .vim/pack/my_plugins/start/vim-commentary | ||
url = https://github.com/tpope/vim-commentary.git | ||
[submodule ".vim/pack/my_plugins/start/vim-repeat"] | ||
path = .vim/pack/my_plugins/start/vim-repeat | ||
url = https://github.com/tpope/vim-repeat.git | ||
[submodule ".vim/pack/my_plugins/start/vim-surround"] | ||
path = .vim/pack/my_plugins/start/vim-surround | ||
url = https://github.com/tpope/vim-surround.git | ||
[submodule ".vim/pack/my_plugins/start/vim-unimpaired"] | ||
path = .vim/pack/my_plugins/start/vim-unimpaired | ||
url = https://github.com/tpope/vim-unimpaired.git | ||
[submodule ".vim/pack/my_plugins/start/ultisnips"] | ||
path = .vim/pack/my_plugins/start/ultisnips | ||
url = https://github.com/SirVer/ultisnips.git | ||
[submodule ".vim/pack/my_plugins/start/vim-visual-star-search"] | ||
path = .vim/pack/my_plugins/start/vim-visual-star-search | ||
url = https://github.com/bronson/vim-visual-star-search.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule vim-commentary
added at
f8238d
Submodule vim-repeat
added at
c947ad
Submodule vim-surround
added at
f51a26
Submodule vim-unimpaired
added at
08e665
Submodule vim-visual-star-search
added at
372597
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters