refactor: move ripgrep extra package to telescope plugin definition

This commit is contained in:
Nicolas Goudry 2024-05-27 09:40:12 +02:00
parent 465916d5c1
commit ea9d077a81
No known key found for this signature in database
GPG key ID: 5FC434D9FFD1DF44
2 changed files with 4 additions and 4 deletions

View file

@ -7,9 +7,6 @@ _:
];
config = {
# Needed for telescope live grep
extraPackages = [ pkgs.ripgrep ];
# Use <Space> as leader key
globals.mapleader = " ";