diff options
author | rob <[email protected]> | 2021-07-09 05:37:46 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-09 00:37:46 -0400 |
commit | 1154032f64eec889e12d4e39ce141ed1bc8f4f28 (patch) | |
tree | f4786bffb168cf3500acb1d90eef7fd57e32692b /lua/lv-which-key/init.lua | |
parent | 2279cb3e65a56d4ddc584c42ba8d8525f7c53c19 (diff) |
Use which-key for spelling hints (#780)
Diffstat (limited to 'lua/lv-which-key/init.lua')
-rw-r--r-- | lua/lv-which-key/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lv-which-key/init.lua b/lua/lv-which-key/init.lua index ee664e4b..f7c90c57 100644 --- a/lua/lv-which-key/init.lua +++ b/lua/lv-which-key/init.lua @@ -21,6 +21,7 @@ which_key.setup { z = true, -- bindings for folds, spelling and others prefixed with z g = true, -- bindings for prefixed with g }, + spelling = {enabled = true, suggestions = 20}, -- use which-key for spelling hints }, icons = { breadcrumb = "ยป", -- symbol used in the command line area that shows your active key combo |