From 680ee1446326b66090be9637d33c975a542acfd9 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Fri, 23 May 2025 15:11:34 +0200 Subject: [PATCH] format Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> Former-commit-id: 3f1eb01070c9d3cfa32a51de4f0c114a25944f28 --- home/programs/nvim/plugins/utils.nix | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/home/programs/nvim/plugins/utils.nix b/home/programs/nvim/plugins/utils.nix index 8b381bd..ab1a80d 100644 --- a/home/programs/nvim/plugins/utils.nix +++ b/home/programs/nvim/plugins/utils.nix @@ -8,7 +8,6 @@ bufferline.enable = true; copilot-vim = { enable = true; - # FIXME: Temp issue solving settings.node_command = lib.getExe pkgs.nodejs_20; }; flash.enable = true; @@ -26,12 +25,10 @@ }; }; }; - keymaps = [ - { - key = "ct"; - action = "AerialToggle"; - options.desc = "Aerial (tags)"; - } - ]; + keymaps = [{ + key = "ct"; + action = "AerialToggle"; + options.desc = "Aerial (tags)"; + }]; }; }