{ ... }: { programs.nixvim = { plugins.gitportal = { enable = true; }; keymaps = [ { key = "gll"; action = "GitPortal"; options.desc = "Open line in Git provider"; } { key = "gll"; action = "GitPortal"; options.desc = "Open line in Git provider"; } { key = "gly"; action = "GitPortal copy_link_to_clipboard"; options.desc = "Copy link to line at Git provider"; } { key = "glo"; action = "GitPortal open_link"; options.desc = "Open link to line at Git provider"; } ]; }; }