update telescope keymap

This commit is contained in:
♥ Minnie ♥ 2025-05-15 18:27:26 +08:00
parent 33110b0465
commit b54625d285
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
4 changed files with 41 additions and 39 deletions

View file

@ -56,14 +56,14 @@
keymaps = [
{
mode = "";
key = "<leader>f";
key = "<leader>F";
action.__raw = ''
function()
require('conform').format { async = true, lsp_fallback = true }
end
'';
options = {
desc = "format_buffer";
desc = "Format buffer";
};
}
];