mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-02 00:54:48 +02:00
plugins/nvim-osc52: init + tests (#261)
nvim-osc52 is a plugin that allows to copy from neovim using OSC52 control sequences (works through SSH for example)
This commit is contained in:
parent
f5f33b5390
commit
c6fa30b81c
7 changed files with 144 additions and 0 deletions
|
@ -99,6 +99,26 @@
|
|||
},
|
||||
"version": "d7fb84a670795a5b36b18a5b59afd1d3865cbec7"
|
||||
},
|
||||
"nvim-osc52": {
|
||||
"cargoLocks": null,
|
||||
"date": "2023-03-03",
|
||||
"extract": null,
|
||||
"name": "nvim-osc52",
|
||||
"passthru": null,
|
||||
"pinned": false,
|
||||
"src": {
|
||||
"deepClone": false,
|
||||
"fetchSubmodules": false,
|
||||
"leaveDotGit": false,
|
||||
"name": null,
|
||||
"owner": "ojroques",
|
||||
"repo": "nvim-osc52",
|
||||
"rev": "47ce7ee2396fa3ee4fb6b0e0ef14ba06f9c9bd31",
|
||||
"sha256": "sha256-SQpwiA+dyTRXBq0YtUZ4nkYKglyChIyQeWopD73qznQ=",
|
||||
"type": "github"
|
||||
},
|
||||
"version": "47ce7ee2396fa3ee4fb6b0e0ef14ba06f9c9bd31"
|
||||
},
|
||||
"pynvim_pp": {
|
||||
"cargoLocks": null,
|
||||
"date": "2023-03-12",
|
||||
|
|
|
@ -61,6 +61,18 @@
|
|||
});
|
||||
date = "2021-06-22";
|
||||
};
|
||||
nvim-osc52 = {
|
||||
pname = "nvim-osc52";
|
||||
version = "47ce7ee2396fa3ee4fb6b0e0ef14ba06f9c9bd31";
|
||||
src = fetchFromGitHub ({
|
||||
owner = "ojroques";
|
||||
repo = "nvim-osc52";
|
||||
rev = "47ce7ee2396fa3ee4fb6b0e0ef14ba06f9c9bd31";
|
||||
fetchSubmodules = false;
|
||||
sha256 = "sha256-SQpwiA+dyTRXBq0YtUZ4nkYKglyChIyQeWopD73qznQ=";
|
||||
});
|
||||
date = "2023-03-03";
|
||||
};
|
||||
pynvim_pp = {
|
||||
pname = "pynvim_pp";
|
||||
version = "40db0426f171d413dcc976b17c8eff0127664f23";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue