Skip to content

Uncover usage problems in your writing

License

Notifications You must be signed in to change notification settings

altermo/vim-wordy-fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-wordy-fork.nvim

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.

Removed

  • Ring navigation was removed, users can create their own functions for this.
  • {Source}Wordy was removed as they are depreciated, use :Wordy {source} instead.

New features

  • Toggle: You can now toggle with WordyToggle or require'wordy'.toggle(source).
    • source can be a string, a list of strings or nil.
    • If source is 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?).
    • source can be a string, a list of strings or nil.
    • If source is nil, it will enable previous sources.
  • Current: require'wordy'.sources will contain the current sources.

About

Uncover usage problems in your writing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%