mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-31 23:40:12 +02:00
plugins/inc-rename: init + tests (#266)
This commit is contained in:
parent
5c853ff9ff
commit
261a59a8ad
7 changed files with 111 additions and 0 deletions
|
@ -39,6 +39,26 @@
|
|||
},
|
||||
"version": "4b4b93dbbfc871a3d32a244a4276ee06696c21bb"
|
||||
},
|
||||
"inc-rename": {
|
||||
"cargoLocks": null,
|
||||
"date": "2023-01-29",
|
||||
"extract": null,
|
||||
"name": "inc-rename",
|
||||
"passthru": null,
|
||||
"pinned": false,
|
||||
"src": {
|
||||
"deepClone": false,
|
||||
"fetchSubmodules": false,
|
||||
"leaveDotGit": false,
|
||||
"name": null,
|
||||
"owner": "smjonas",
|
||||
"repo": "inc-rename.nvim",
|
||||
"rev": "21c23c379342a731a0c90f226601ec0434627b26",
|
||||
"sha256": "sha256-KxXVe0amA0tyU6J2M+4XERSyERWS4BqGuxmbJ9YUyRs=",
|
||||
"type": "github"
|
||||
},
|
||||
"version": "21c23c379342a731a0c90f226601ec0434627b26"
|
||||
},
|
||||
"intellitab-nvim": {
|
||||
"cargoLocks": null,
|
||||
"date": "2021-11-13",
|
||||
|
|
|
@ -25,6 +25,18 @@
|
|||
});
|
||||
date = "2023-03-12";
|
||||
};
|
||||
inc-rename = {
|
||||
pname = "inc-rename";
|
||||
version = "21c23c379342a731a0c90f226601ec0434627b26";
|
||||
src = fetchFromGitHub ({
|
||||
owner = "smjonas";
|
||||
repo = "inc-rename.nvim";
|
||||
rev = "21c23c379342a731a0c90f226601ec0434627b26";
|
||||
fetchSubmodules = false;
|
||||
sha256 = "sha256-KxXVe0amA0tyU6J2M+4XERSyERWS4BqGuxmbJ9YUyRs=";
|
||||
});
|
||||
date = "2023-01-29";
|
||||
};
|
||||
intellitab-nvim = {
|
||||
pname = "intellitab-nvim";
|
||||
version = "a6c1a505865f6131866d609c52440306e9914b16";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue