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

vimPlugins.nvim-osc52: init at 2023-01-10
This commit is contained in:
figsoda 2023-02-10 17:47:59 -05:00 committed by GitHub
commit 6fe0b23086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -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";

View File

@ -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,