Move ripgrep to neovim extraPackages.

This commit is contained in:
CronyAkatsuki 2024-03-21 08:53:12 +01:00
parent aaf682871c
commit acc11d70b2
2 changed files with 1 additions and 2 deletions

View File

@ -51,7 +51,6 @@
tutanota-desktop # fjdlkfjldjflkd
delfin # jellyfin client
nurl # nix git config tool
ripgrep # Neovim telescope dependency
lazygit # Amazing git tui
lm_sensors # Sensor monitoring tool
feather # Amazing monero wallet

View File

@ -60,7 +60,7 @@
extraConfigLuaPost = ''
vim.notify = require("mini.notify").make_notify()
'';
extraPackages = with pkgs; [ stylua isort black nixfmt jq shfmt ];
extraPackages = with pkgs; [ stylua isort black nixfmt jq shfmt ripgrep ];
plugins = {
comment-nvim.enable = true;