preservim / vim-wordy

Uncover usage problems in your writing
Other
716 stars 23 forks source link

Support a buffer-local g:wordy#ring when initializing through init() #7

Open reedes opened 10 years ago

reedes commented 10 years ago

This is needed in the event that the user wants to initialize a domain-specific or language-specific ring.

Example:

wordy#init({'lang': 'de', 'ring': [ 'weak', ... ], })

This initialization would be specific to the buffers for which it was initialized.