Spell suggestions (#399)

* feat: spell suggest picker

* set correct window title

* add entry to readme
This commit is contained in:
Senghan Bright
2021-01-06 14:57:14 +01:00
committed by GitHub
parent 402c2ea5fa
commit dda5b44b94
3 changed files with 25 additions and 0 deletions

View File

@@ -398,6 +398,7 @@ Built-in functions. Ready to be bound to any key you like. :smile:
| `builtin.vim_options` | Lists vim options and on enter edit the options value. |
| `builtin.registers` | Lists vim registers and edit or paste selection. |
| `builtin.autocommands` | Lists vim autocommands and go to their declaration. |
| `builtin.spell_suggest` | Lists spelling suggestions for <cword>.
| `builtin.keymaps` | Lists normal-mode mappings. |
| `builtin.filetypes` | Lists all filetypes. |
| `builtin.highlights` | Lists all highlights. |