Unverified Commit 6fe0b230 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #215736 from ambroisie/add-nvim-osc52

vimPlugins.nvim-osc52: init at 2023-01-10
parents 9ee0410a 446187c2
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -6297,6 +6297,18 @@ final: prev:
    meta.homepage = "https://github.com/rcarriga/nvim-notify/";
  };

  nvim-osc52 = buildVimPluginFrom2Nix {
    pname = "nvim-osc52";
    version = "2023-01-10";
    src = fetchFromGitHub {
      owner = "ojroques";
      repo = "nvim-osc52";
      rev = "27da4724a887dabed3768b41fa51c785cb62ef26";
      sha256 = "1wylh055y2dyb7zcdk9sa41wnkfbknp2bgnlrhmxdq5h2bkr8hbd";
    };
    meta.homepage = "https://github.com/ojroques/nvim-osc52/";
  };

  nvim-peekup = buildVimPluginFrom2Nix {
    pname = "nvim-peekup";
    version = "2022-11-16";
+1 −0
Original line number Diff line number Diff line
@@ -530,6 +530,7 @@ https://github.com/smiteshp/nvim-navic/,HEAD,
https://github.com/AckslD/nvim-neoclip.lua/,,
https://github.com/yamatsum/nvim-nonicons/,,
https://github.com/rcarriga/nvim-notify/,,
https://github.com/ojroques/nvim-osc52/,,
https://github.com/gennaro-tedesco/nvim-peekup/,,
https://github.com/olrtg/nvim-rename-state/,HEAD,
https://github.com/petertriho/nvim-scrollbar/,HEAD,