Skip to content

Commit

Permalink
nvim: use telescope for z=
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Aug 9, 2024
1 parent b1fcbde commit 605250d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nvim/config/keymaps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
group = "files";
}
];
# Using telescope for spelling
plugins.spelling.enabled = false;
};
};

Expand Down Expand Up @@ -110,7 +112,7 @@

{
mode = "n";
key = "<leader>s";
key = "z=";
action.__raw = ''
function()
require('telescope.builtin').spell_suggest(
Expand Down

0 comments on commit 605250d

Please sign in to comment.