summaryrefslogtreecommitdiffstats
path: root/init-optional
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2012-11-26 13:46:03 +0100
committerJan Pokorný <jpokorny@redhat.com>2012-11-26 13:46:03 +0100
commita8226921ac3a02f78b701a6540db649b1eddfcd7 (patch)
treea642b8e173dc83d5bc809fbfa9be8638f3e49323 /init-optional
parenta147b33edc67f441d5edad621837940fb04ecfc2 (diff)
downloadvim4projects-a8226921ac3a02f78b701a6540db649b1eddfcd7.tar.gz
vim4projects-a8226921ac3a02f78b701a6540db649b1eddfcd7.tar.xz
vim4projects-a8226921ac3a02f78b701a6540db649b1eddfcd7.zip
remove code_complete from optional
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'init-optional')
-rw-r--r--init-optional4
1 files changed, 1 insertions, 3 deletions
diff --git a/init-optional b/init-optional
index b0f546e..7e94397 100644
--- a/init-optional
+++ b/init-optional
@@ -4,12 +4,10 @@ optional () {
# test results integration
# Tagbar (possible alternative TagList):
# "code navigator" incl. JS support if jsctags installed
- # code_complete:
- # Code completion
# Fugitive:
# Cooperates with git
# Powerline
# Coolness added to the vim awesomeness
- init_git_submodule $1 "git-makegreen" "git-tagbar" "git-code_complete" "git-fugitive" "git-powerline"
+ init_git_submodule $1 "git-makegreen" "git-tagbar" "git-fugitive" "git-powerline"
}
init_register optional