mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 10:05:37 +02:00
Use which-key for spelling hints (#780)
This commit is contained in:
parent
2279cb3e65
commit
1154032f64
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue