fix(nvim): remove conflicting binding regarding spelling
This commit is contained in:
parent
802ef115de
commit
9d7a41a53e
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue