1
0
Fork 0

Add live_grep to telescope config

This commit is contained in:
Avery 2025-06-25 11:03:00 +00:00
parent 00f0e5b6fd
commit 18154472aa
Signed by: Avery
GPG key ID: B684FD451B692E04

View file

@ -1,8 +1,10 @@
{ ... }: {
{ pkgs, ... }: {
home.packages = with pkgs; [ ripgrep ];
programs.nixvim.plugins.telescope = {
enable = true;
keymaps = {
"<leader>ff" = "find_files";
"<leader>fg" = "live_grep";
"<leader>bb" = "buffers";
};
};