diff options
author | Tharre <tharre3@gmail.com> | 2017-08-25 19:12:47 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-08-25 19:12:47 +0200 |
commit | accc943fc885d8381d796f26d2800f73022904fc (patch) | |
tree | e97aa2f9e8ef5d8b00ff27f10858a2117f595e39 | |
parent | 81b425e9e30e43bc83ac354b9cd2e9ae9922b22c (diff) | |
download | dotfiles-accc943fc885d8381d796f26d2800f73022904fc.tar.gz dotfiles-accc943fc885d8381d796f26d2800f73022904fc.tar.xz dotfiles-accc943fc885d8381d796f26d2800f73022904fc.zip |
vim: add vim-shebang plugin
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | .vim/bundle/vim-shebang | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0078b1d..d63bfae 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,3 +64,6 @@ [submodule ".vim/bundle/vim-markdown"] path = .vim/bundle/vim-markdown url = https://github.com/plasticboy/vim-markdown.git +[submodule ".vim/bundle/vim-shebang"] + path = .vim/bundle/vim-shebang + url = https://github.com/vitalk/vim-shebang.git diff --git a/.vim/bundle/vim-shebang b/.vim/bundle/vim-shebang new file mode 160000 +Subproject a48f08e20e8d7b06cdd526c95c3874ddd529eef |