Move ripgrep to neovim extraPackages.
This commit is contained in:
parent
aaf682871c
commit
acc11d70b2
@ -51,7 +51,6 @@
|
|||||||
tutanota-desktop # fjdlkfjldjflkd
|
tutanota-desktop # fjdlkfjldjflkd
|
||||||
delfin # jellyfin client
|
delfin # jellyfin client
|
||||||
nurl # nix git config tool
|
nurl # nix git config tool
|
||||||
ripgrep # Neovim telescope dependency
|
|
||||||
lazygit # Amazing git tui
|
lazygit # Amazing git tui
|
||||||
lm_sensors # Sensor monitoring tool
|
lm_sensors # Sensor monitoring tool
|
||||||
feather # Amazing monero wallet
|
feather # Amazing monero wallet
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
extraConfigLuaPost = ''
|
extraConfigLuaPost = ''
|
||||||
vim.notify = require("mini.notify").make_notify()
|
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 = {
|
plugins = {
|
||||||
comment-nvim.enable = true;
|
comment-nvim.enable = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user