diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-10-19 11:54:27 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-10-19 11:56:03 +0200 |
commit | 836b76e4819c1379457b16f10014f089d5776cd5 (patch) | |
tree | 3916b4a6849f3528fd8a260c11948239c4d1d13d /.gitmodules | |
parent | 4d4d2301912173048475fb7a4874b5b18f9c7bd0 (diff) | |
download | dotfiles-836b76e4819c1379457b16f10014f089d5776cd5.tar.gz dotfiles-836b76e4819c1379457b16f10014f089d5776cd5.tar.xz |
update vim plugins; add neocomplete
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0464967..09c57ec 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule ".zsh/zsh-syntax-highlighting-git"] path = .zsh/zsh-syntax-highlighting-git url = https://github.com/zsh-users/zsh-syntax-highlighting.git +[submodule ".vim/bundle/neocomplete.vim"] + path = .vim/bundle/neocomplete.vim + url = https://github.com/Shougo/neocomplete.vim.git |