update telescope keymap
This commit is contained in:
parent
33110b0465
commit
b54625d285
4 changed files with 41 additions and 39 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue