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 | |
parent | a4012e8ab3aff720e30f2bde87b99f74656c8ca0 (diff) | |
download | dotfiles-0e8261039445b9e28aaac505e1cb5a719dbdb941.tar.gz dotfiles-0e8261039445b9e28aaac505e1cb5a719dbdb941.tar.xz dotfiles-0e8261039445b9e28aaac505e1cb5a719dbdb941.zip |
Add vim-sleuth
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | shell/_vim/bundle/vim-sleuth | 0 |
2 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 diff --git a/shell/_vim/bundle/vim-sleuth b/shell/_vim/bundle/vim-sleuth new file mode 160000 +Subproject a17462708aa40a7fc0afd4effa559087d8a2c90 |