diff options
author | Tharre <tharre3@gmail.com> | 2019-06-09 04:02:53 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2019-06-09 04:04:01 +0200 |
commit | bdccf9ca07d2144cdab2337a4222fc63aeb3c488 (patch) | |
tree | f778616debf75e83a79f094b496ada74b1b98efd /.gitmodules | |
parent | 8d4b997f87008d92fa92c7e27f48d50da2a61150 (diff) | |
download | dotfiles-bdccf9ca07d2144cdab2337a4222fc63aeb3c488.tar.gz dotfiles-bdccf9ca07d2144cdab2337a4222fc63aeb3c488.tar.xz dotfiles-bdccf9ca07d2144cdab2337a4222fc63aeb3c488.zip |
vim: add signify plugin
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d7f8e68..71b6839 100644 --- a/.gitmodules +++ b/.gitmodules @@ -74,3 +74,6 @@ [submodule ".zsh/zsh-completions"] path = .zsh/zsh-completions url = https://github.com/zsh-users/zsh-completions.git +[submodule "vim-signify"] + path = .vim/bundle/vim-signify + url = https://github.com/mhinz/vim-signify.git |