Use which-key for spelling hints (#780)

This commit is contained in:
rob 2021-07-09 05:37:46 +01:00 committed by GitHub
parent 2279cb3e65
commit 1154032f64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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