mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
vimPlugins.patterns-nvim: init at 2025-05-12 (#415022)
This commit is contained in:
commit
6cee80d620
2 changed files with 14 additions and 0 deletions
|
@ -12118,6 +12118,19 @@ final: prev: {
|
|||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
patterns-nvim = buildVimPlugin {
|
||||
pname = "patterns.nvim";
|
||||
version = "2025-05-12";
|
||||
src = fetchFromGitHub {
|
||||
owner = "OXY2DEV";
|
||||
repo = "patterns.nvim";
|
||||
rev = "f45abad8b6e8606279c933017d68dcf1d0dc53d4";
|
||||
sha256 = "1pxkiz759c60fds2cbc089zwk9yqxymzva81dxkm20iprc988cc7";
|
||||
};
|
||||
meta.homepage = "https://github.com/OXY2DEV/patterns.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
pckr-nvim = buildVimPlugin {
|
||||
pname = "pckr.nvim";
|
||||
version = "2025-05-09";
|
||||
|
|
|
@ -930,6 +930,7 @@ https://github.com/NLKNguyen/papercolor-theme/,,
|
|||
https://github.com/pappasam/papercolor-theme-slim/,HEAD,
|
||||
https://github.com/dundalek/parpar.nvim/,,
|
||||
https://github.com/frankroeder/parrot.nvim/,HEAD,
|
||||
https://github.com/OXY2DEV/patterns.nvim/,HEAD,
|
||||
https://github.com/lewis6991/pckr.nvim/,HEAD,
|
||||
https://github.com/tmsvg/pear-tree/,,
|
||||
https://github.com/steelsojka/pears.nvim/,,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue