mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Disabled experimental neocomplcache setting that's no longer needed
This commit is contained in:
parent
ddbc6a71b2
commit
cd51ed5573
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
|||
let g:neocomplcache_enable_at_startup=1
|
||||
let g:neocomplcache_enable_smart_case=1
|
||||
let g:neocomplcache_min_syntax_length=3
|
||||
let g:neocomplcache_enable_insert_char_pre=1
|
||||
let g:neocomplcache_enable_insert_char_pre=0
|
||||
let g:neocomplcache_enable_underbar_completion=1
|
||||
let g:neocomplcache_wildcard_characters={'_': '-'}
|
||||
|
||||
|
|
Loading…
Reference in a new issue