{ pkgs, helpers, ... }: { plugins.harpoon = { enable = true; enableTelescope = true; keymaps = { navFile = { "1" = "h1"; "2" = "h2"; "3" = "h3"; "4" = "h4"; }; addFile = "ha"; cmdToggleQuickMenu = "he"; }; }; extraPlugins = with pkgs.vimPlugins; [ harpoon2 ]; }