diff --git a/vim/plugin/settings/neocomplcache.vim b/vim/plugin/settings/neocomplcache.vim index d2ace5b9..51800dfe 100644 --- a/vim/plugin/settings/neocomplcache.vim +++ b/vim/plugin/settings/neocomplcache.vim @@ -37,3 +37,6 @@ if !exists('g:neocomplcache_omni_patterns') let g:neocomplcache_omni_patterns = {} endif let g:neocomplcache_omni_patterns.ruby = '[^. *\t]\.\w*\|\h\w*::' + +" Prevent hanging with python: https://github.com/skwp/dotfiles/issues/163 +let g:neocomplcache_omni_patterns['python'] = ''