diff options
author | Tharre <tharre3@gmail.com> | 2017-11-20 14:37:41 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-11-20 14:37:41 +0100 |
commit | e35ec3294b4f181d1fc641ac94328386b6312ca7 (patch) | |
tree | 41436cc8cac40191a09f0e6dc9b49b6bb24e123b /.gitmodules | |
parent | 924df4c162d1b42db769fffac613ff170c54c864 (diff) | |
download | dotfiles-e35ec3294b4f181d1fc641ac94328386b6312ca7.tar.gz dotfiles-e35ec3294b4f181d1fc641ac94328386b6312ca7.tar.xz dotfiles-e35ec3294b4f181d1fc641ac94328386b6312ca7.zip |
vim: add hexmode plugin for editing binary files
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c0fafec..31a5a57 100644 --- a/.gitmodules +++ b/.gitmodules @@ -68,3 +68,6 @@ [submodule ".vim/bundle/vim-shebang"] path = .vim/bundle/vim-shebang url = https://github.com/vitalk/vim-shebang.git +[submodule ".vim/bundle/hexmode"] + path = .vim/bundle/hexmode + url = https://github.com/fidian/hexmode |