add ripgrep as neovim dependency

This commit is contained in:
Noa Aarts 2024-03-01 13:54:15 +01:00
parent 3175bce60c
commit 1d13143751

View file

@ -1,7 +1,10 @@
{ config, pkgs, inputs, ... }: { config, pkgs, inputs, ... }:
{ {
home.packages = with pkgs; [
# needed for the nvim config, neovim itself is a system package already
ripgrep
];
programs.neovim = { programs.neovim = {
enable = true; enable = true;
defaultEditor = true; defaultEditor = true;