diff options
author | Juan J. Martinez <jjm@usebox.net> | 2018-03-16 09:24:25 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:27 +0100 |
commit | b140887056ed3b802ff0367f8b6a4f74e0c39fcd (patch) | |
tree | 7b33073ae31e1993aac81d0aad98ac813307f7ae | |
parent | d36677d36660d8704f7dede990435982b50a4c51 (diff) | |
download | dotnvim-b140887056ed3b802ff0367f8b6a4f74e0c39fcd.tar.gz dotnvim-b140887056ed3b802ff0367f8b6a4f74e0c39fcd.zip |
Added fugitive plugin
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | bundle/fugitive | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6cf090a..e47f658 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "bundle/vim-scala"] path = bundle/vim-scala url = https://github.com/derekwyatt/vim-scala.git +[submodule "bundle/fugitive"] + path = bundle/fugitive + url = https://github.com/tpope/vim-fugitive.git diff --git a/bundle/fugitive b/bundle/fugitive new file mode 160000 +Subproject 3e0bd86b99c50691f830d9e25a4bbe2a88078f8 |