A rewrite of vim-wordy in lua.
This README will only go through new features and removals.
If you want to know what this plugin does, read the vim-wordy-README.
Note that this plugin doesn't use setup.
- Ring navigation was removed, users can create their own functions for this.
{Source}Wordywas removed as they are depreciated, use:Wordy {source}instead.
- Toggle: You can now toggle with
WordyToggleorrequire'wordy'.toggle(source).sourcecan be a string, a list of strings or nil.- If
sourceis nil, it will enable previous sources.
- Disable: You can now disable with
require'wordy'.disable(). - Enable: You can now enable with
require'wordy'.enable(source?).sourcecan be a string, a list of strings or nil.- If
sourceis nil, it will enable previous sources.
- Current:
require'wordy'.sourceswill contain the current sources.