diff --git a/nvim/lua/plugins/snacks/keys/keys.lua b/nvim/lua/plugins/snacks/keys/keys.lua index 65e68b4..12f2f0f 100644 --- a/nvim/lua/plugins/snacks/keys/keys.lua +++ b/nvim/lua/plugins/snacks/keys/keys.lua @@ -232,6 +232,14 @@ return { desc = "Show spelling suggestions", mode = "n", }, + { + "zs", + function() + Snacks.picker.spelling() + end, + desc = "Show spelling suggestions", + mode = "n", + }, { "fo", function()