plugins/telescope: switch to mkNeovimPlugin

This commit is contained in:
Gaetan Lepage 2024-03-24 13:49:23 +01:00 committed by Gaétan Lepage
parent 07de1fe92e
commit 3c0951ebc8
9 changed files with 133 additions and 97 deletions

View file

@ -11,7 +11,7 @@
"<leader>fg" = "live_grep";
"<C-p>" = {
action = "git_files";
desc = "Telescope Git Files";
options.desc = "Telescope Git Files";
};
};
keymapsSilent = true;