Is it possible to configure this plugin for dictd?
khorn06 opened this issue · 1 comments
khorn06 commented
Is it possible to supply a list of words directly instead of reading them from a file?
For example, with dictd, I can run the following command to generate a list of words for auto-completion:
$ dict -s re -m ^prefix\\w*$
uga-rosa commented
This plugin provides a method to use an external command instead of a file as a dictionary.
Please read help doc (:h cmp-dictionary-option-external
).