Skip to content

Commit

Permalink
snacks: add spell suggest if fzf-lua not enabled
Browse files Browse the repository at this point in the history
Fzf-lua is a much nicer implementation
  • Loading branch information
khaneliman committed Jan 23, 2025
1 parent d701e12 commit 0a07898
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions modules/nixvim/plugins/snacks/picker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -232,14 +232,14 @@
desc = "Goto Type Definition";
};
}
# {
# mode = "n";
# key = "<leader>fS";
# action = ''<cmd>lua Snacks.picker.spell_suggest()<cr>'';
# options = {
# desc = "Find spelling suggestions";
# };
# }
{
mode = "n";
key = "<leader>fS";
action = ''<cmd>lua Snacks.picker.spelling()<cr>'';
options = {
desc = "Find spelling suggestions";
};
}
{
mode = "n";
key = "<leader>fw";
Expand Down

0 comments on commit 0a07898

Please sign in to comment.