Fixed PR comments

Formatting and changelog
This commit is contained in:
Theodor Bjorkman 2025-02-28 19:10:53 +01:00
commit 7f63328de1
4 changed files with 32 additions and 36 deletions

View file

@ -5,8 +5,6 @@
...
}: let
inherit (lib.modules) mkIf;
inherit (lib.lists) optionals;
inherit (lib.strings) concatStrings;
inherit (lib.nvim.binds) pushDownDefault mkKeymap;
cfg = config.vim.navigation.harpoon;
@ -23,14 +21,6 @@ in {
setupModule = "harpoon";
inherit (cfg) setupOpts;
before = ''
'';
after = ''
local harpoon = require("harpoon")
harpoon.setup({})
'';
cmd = ["Harpoon"];
keys = [