diff options
| author | Jan Pokorný <jpokorny@redhat.com> | 2012-11-26 12:09:34 +0100 |
|---|---|---|
| committer | Jan Pokorný <jpokorny@redhat.com> | 2012-11-26 12:09:34 +0100 |
| commit | 093ec55eed228977fb46cb2b647b2af360eab467 (patch) | |
| tree | 3574109670621c1ecfa2a31db2f12bba5d3cdac9 | |
| parent | f785dfa72f6dca58878d9a1fde20a53d0da26724 (diff) | |
add code_complete to optional
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | git-code_complete | 0 | ||||
| -rw-r--r-- | init-optional | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 1eeec99..0ceb31b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "git-tagbar"] path = git-tagbar url = git://github.com/majutsushi/tagbar.git +[submodule "git-code_complete"] + path = git-code_complete + url = git://github.com/mbbill/code_complete.git diff --git a/git-code_complete b/git-code_complete new file mode 160000 +Subproject 41e30a144e13894f854e1a58358c88888fdd11f diff --git a/init-optional b/init-optional index 3e0e33e..d2ea350 100644 --- a/init-optional +++ b/init-optional @@ -5,6 +5,6 @@ optional () { # test results integration # Tagbar (possible alternative TagList): # "code navigator" incl. JS support if jsctags installed - init_git_submodule $1 "git-makegreen" "git-tagbar" + init_git_submodule $1 "git-makegreen" "git-tagbar" "git-code_complete" } init_register optional |
