Closed kdurant closed 10 years ago
You can set 'dictionary' option.
but all open buffers can use a dictionary file
No. neocomplcache does not recognize global dictionary option. Because, if you set big dictionary in dictionary option, Vim's performance will make slow.
I added g:neocomplcache_dictionary_filetype_lists
feature in ver.8.1 branch.
If the key is "_", the dictionary will load in globally.
I only wait now! But ver8.1 needs lua. The default version does not support the lua, this is a problem.
What about multi-dict, like
'javascript' : [$DICTDIR . 'javascript.dict',$DICTDIR . 'node.dict'],
neocomplcache is not supported now.
How to set up to make the dictionary complete does not rely on specific syntax files, but all open buffers can use a dictionary file