fix(nixvim): telescope live grep needs ripgrep as dependency
This commit is contained in:
@@ -87,4 +87,9 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# install dependencies
|
||||
home.packages = with pkgs; [
|
||||
ripgrep
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user