diff options
| author | Ben Beltran <ben@nsovocal.com> | 2015-07-10 11:03:39 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2015-07-10 11:03:39 -0500 |
| commit | 4c592baa087637ae79431657d6cde9efa5b5cc23 (patch) | |
| tree | 6dbd9684cb16385278c9298071842c6e8a385b62 /.gitmodules | |
| parent | 994d63de46ed6b389399acdc55fad3fd83ef2ea7 (diff) | |
Adds api-notation to vim
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 110888a..e610ff3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -103,3 +103,6 @@ [submodule "vim/bundle/mustache"] path = vim/bundle/mustache url = git://github.com/mustache/vim-mode.git +[submodule "vim/bundle/api-notation.vim"] + path = vim/bundle/api-notation.vim + url = git@github.com:benbeltran/api-notation.vim.git |