mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-13 00:45:32 +00:00
Fixed PR comments
Formatting and changelog
This commit is contained in:
parent
d126bbdc24
commit
7f63328de1
4 changed files with 32 additions and 36 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue