feat: better bind for spelling suggestions
This commit is contained in:
@@ -232,6 +232,14 @@ return {
|
||||
desc = "Show spelling suggestions",
|
||||
mode = "n",
|
||||
},
|
||||
{
|
||||
"zs",
|
||||
function()
|
||||
Snacks.picker.spelling()
|
||||
end,
|
||||
desc = "Show spelling suggestions",
|
||||
mode = "n",
|
||||
},
|
||||
{
|
||||
"<leader>fo",
|
||||
function()
|
||||
|
||||
Reference in New Issue
Block a user