diff options
| author | Anton Bobov <abobov@gmail.com> | 2014-07-04 15:19:04 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2014-07-04 15:51:07 +0600 |
| commit | fc24849236c507230681db78c6d313a86e9cb8f0 (patch) | |
| tree | 608beaa6df4bdcd4ec4df92bffe215d1b6eb65c2 /.gitmodules | |
| parent | ed76d53eab315f91163b295c9dba74b5eab6bf61 (diff) | |
Add FuzzyFinder vim plugin.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 0b8d41a..088c36f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -57,5 +57,11 @@ path = files/.vim/bundle/taglist.vim url = https://github.com/vim-scripts/taglist.vim [submodule "syntastic"] - path = files/.vim/bundle/syntastic - url = https://github.com/scrooloose/syntastic.git + path = files/.vim/bundle/syntastic + url = https://github.com/scrooloose/syntastic.git +[submodule "FuzzyFinder"] + path = files/.vim/bundle/FuzzyFinder + url = https://github.com/vim-scripts/FuzzyFinder.git +[submodule "L9"] + path = files/.vim/bundle/L9 + url = https://github.com/vim-scripts/L9.git |
