mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-02 17:15:01 +02:00
plugins/telescope: switch to mkNeovimPlugin
This commit is contained in:
parent
07de1fe92e
commit
3c0951ebc8
9 changed files with 133 additions and 97 deletions
|
@ -11,7 +11,7 @@
|
|||
"<leader>fg" = "live_grep";
|
||||
"<C-p>" = {
|
||||
action = "git_files";
|
||||
desc = "Telescope Git Files";
|
||||
options.desc = "Telescope Git Files";
|
||||
};
|
||||
};
|
||||
keymapsSilent = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue