feat: better bind for spelling suggestions

This commit is contained in:
2026-07-01 09:07:52 +02:00
parent ee97d04c6b
commit a1aadf9ff7
+8
View File
@@ -232,6 +232,14 @@ return {
desc = "Show spelling suggestions", desc = "Show spelling suggestions",
mode = "n", mode = "n",
}, },
{
"zs",
function()
Snacks.picker.spelling()
end,
desc = "Show spelling suggestions",
mode = "n",
},
{ {
"<leader>fo", "<leader>fo",
function() function()