From ed5e874cf384a754691202eac5385cce6ddff4f0 Mon Sep 17 00:00:00 2001 From: drewry pope Date: Sun, 15 Oct 2023 05:05:47 -0500 Subject: [PATCH] feat(laptop-framework): add harpoon --- .../flakes/home/programs/nixvim/config/modules/plugins.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/nixos/unmanaged/laptop-framework/flakes/home/programs/nixvim/config/modules/plugins.nix b/build/nixos/unmanaged/laptop-framework/flakes/home/programs/nixvim/config/modules/plugins.nix index 827184b5..d49cdd96 100644 --- a/build/nixos/unmanaged/laptop-framework/flakes/home/programs/nixvim/config/modules/plugins.nix +++ b/build/nixos/unmanaged/laptop-framework/flakes/home/programs/nixvim/config/modules/plugins.nix @@ -63,6 +63,12 @@ harpoon.keymaps = { addFile = "a"; toggleQuickMenu = "s"; + navFile = { + "1" = ""; + "2" = ""; + "3" = ""; + "4" = ""; + }; }; gitsigns = {}; lualine = {};