fix(nvim): remove conflicting binding regarding spelling

This commit is contained in:
Sergio Laín 2025-09-17 23:45:04 +02:00
parent 802ef115de
commit 9d7a41a53e
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -86,7 +86,6 @@ return {
}, },
}, },
}) end, desc = "Zoxide" }, }) end, desc = "Zoxide" },
{ "<leader>S", function() Snacks.picker.spelling() end, desc = "Spelling" },
{ "<leader>gb", function() Snacks.picker.git_branches() end, desc = "Git Branches" }, { "<leader>gb", function() Snacks.picker.git_branches() end, desc = "Git Branches" },
{ "<leader>,", function() Snacks.picker.buffers({ { "<leader>,", function() Snacks.picker.buffers({
on_show = function() on_show = function()