Move ripgrep to neovim extraPackages.
This commit is contained in:
parent
aaf682871c
commit
acc11d70b2
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user