diff options
author | Tharre <tharre3@gmail.com> | 2016-04-26 12:15:41 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:39 +0000 |
commit | 0e8261039445b9e28aaac505e1cb5a719dbdb941 (patch) | |
tree | 802123bcdeccc2be1d0285eae556f728abc8393e /.gitmodules | |
parent | a4012e8ab3aff720e30f2bde87b99f74656c8ca0 (diff) | |
download | dotfiles-0e8261039445b9e28aaac505e1cb5a719dbdb941.tar.gz dotfiles-0e8261039445b9e28aaac505e1cb5a719dbdb941.tar.xz dotfiles-0e8261039445b9e28aaac505e1cb5a719dbdb941.zip |
Add vim-sleuth
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d515b79..483fda4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "shell/_vim/bundle/ctrlp.vim"] path = shell/_vim/bundle/ctrlp.vim url = https://github.com/ctrlpvim/ctrlp.vim.git +[submodule "shell/_vim/bundle/vim-sleuth"] + path = shell/_vim/bundle/vim-sleuth + url = https://github.com/tpope/vim-sleuth.git |