diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-03-13 11:45:25 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-03-13 11:45:25 +0100 |
| commit | d289ba1ef96947f7dd50352e9621c849659e1bf2 (patch) | |
| tree | 36a5900df9e22bc250b5a3205ae7df4122f261df | |
| parent | a025ed13f09802b493b027b8eef9587796cca697 (diff) | |
Add ripgrep vim plugin
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | vim/bundle/vim-ripgrep | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 72563cb..e68f05a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -115,3 +115,6 @@ [submodule "vim/bundle/vim-swift"] path = vim/bundle/vim-swift url = git@github.com:kballard/vim-swift.git +[submodule "vim/bundle/vim-ripgrep"] + path = vim/bundle/vim-ripgrep + url = https://github.com/jremmen/vim-ripgrep.git diff --git a/vim/bundle/vim-ripgrep b/vim/bundle/vim-ripgrep new file mode 160000 +Subproject ec87af6b69387abb3c4449ce8c4040d2d00d745 |