From 16a7e6a295db06a4822ea74e38cf5dc3a773932e Mon Sep 17 00:00:00 2001 From: kazimazi Date: Sun, 8 Feb 2026 16:17:28 +0100 Subject: [PATCH] style: nix formatter run --- docs/manual/release-notes/rl-0.9.md | 4 ++-- modules/plugins/utility/grug-far-nvim/grug-far-nvim.nix | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/manual/release-notes/rl-0.9.md b/docs/manual/release-notes/rl-0.9.md index f55d03d1..e5687d1a 100644 --- a/docs/manual/release-notes/rl-0.9.md +++ b/docs/manual/release-notes/rl-0.9.md @@ -193,7 +193,7 @@ https://github.com/gorbit99/codewindow.nvim [kazimazi](https://github.com/kazimazi): -- Added [`grug-far.nvim`](https://github.com/MagicDuck/grug-far.nvim) - the find and replace tool for neovim. +- Added [`grug-far.nvim`](https://github.com/MagicDuck/grug-far.nvim) the find + and replace tool for neovim. diff --git a/modules/plugins/utility/grug-far-nvim/grug-far-nvim.nix b/modules/plugins/utility/grug-far-nvim/grug-far-nvim.nix index d040100a..4795832e 100644 --- a/modules/plugins/utility/grug-far-nvim/grug-far-nvim.nix +++ b/modules/plugins/utility/grug-far-nvim/grug-far-nvim.nix @@ -1,7 +1,4 @@ -{ - lib, - ... -}: let +{lib, ...}: let inherit (lib.options) mkEnableOption; inherit (lib.nvim.types) mkPluginSetupOption; in {