Add neocomplcache

Wed, 02 Jul 2014 20:02:31 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 02 Jul 2014 20:02:31 -0400
changeset 107
db3183c639f9
parent 105
f3d684572a8f
child 108
f7fa87987e4f
child 109
14b6da5839f0

Add neocomplcache

.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc
+++ b/.vimrc
@@ -59,6 +59,7 @@ end
   Plugin 'Shougo/unite.vim'
   Plugin 'Shougo/vimshell.vim'
   Plugin 'Shougo/vimfiler.vim'
+  Plugin 'Shougo/neocomplcache.vim'
   Plugin 'sjl/gundo.vim'
   Plugin 'majutsushi/tagbar'
   Plugin 'godlygeek/tabular'
@@ -317,6 +318,15 @@ let g:signify_mapping_next_hunk = '<lead
 let g:signify_mapping_prev_hunk = '<leader>gk'
 let g:signify_mapping_toggle = '<leader>gt'
 
+" > neocomplcache
+" Disable AutoComplPop.
+let g:acp_enableAtStartup = 0
+
+" Use neocomplcache.
+let g:neocomplcache_enable_at_startup = 1
+let g:neocomplcache_enable_smart_case = 1
+let g:neocomplcache_min_syntax_length = 3
+
 " }}}
 
 

mercurial