Merge pull request #183091 from theHedgehog0/ts-media-files-init

This commit is contained in:
Matthieu Coudron
2022-07-27 18:02:38 +02:00
committed by GitHub
4 changed files with 526 additions and 505 deletions
@@ -1,4 +1,8 @@
{
"TrueZen-nvim": {
"date": "2022-07-27",
"new": "true-zen-nvim"
},
"compe-tmux": {
"date": "2021-12-21",
"new": "cmp-tmux"
File diff suppressed because it is too large Load Diff
@@ -824,6 +824,10 @@ self: super: {
meta.platforms = lib.platforms.all;
});
telescope-media-files-nvim = super.telescope-media-files-nvim.overrideAttrs (old: {
dependencies = with self; [ telescope-nvim popup-nvim plenary-nvim ];
});
telescope-nvim = super.telescope-nvim.overrideAttrs (old: {
dependencies = with self; [ plenary-nvim ];
});
@@ -974,7 +978,7 @@ self: super: {
libiconv
];
cargoSha256 = "sha256-9Vr1gpggfAQlMgM/s8j6FTTYFppHql2PQ7cPtg1wNmo=";
cargoSha256 = "sha256-prqS4cx5T+EiilXf3v7ResNBtgst0Kpgvayknf0QDXA=";
};
in
''
@@ -614,6 +614,7 @@ https://github.com/nvim-telescope/telescope-fzf-writer.nvim/,,
https://github.com/nvim-telescope/telescope-fzy-native.nvim/,,
https://github.com/nvim-telescope/telescope-github.nvim/,,
https://github.com/gbrlsnchs/telescope-lsp-handlers.nvim/,,
https://github.com/nvim-telescope/telescope-media-files.nvim/,HEAD,
https://github.com/nvim-telescope/telescope-project.nvim/,,
https://github.com/nvim-telescope/telescope-symbols.nvim/,,
https://github.com/nvim-telescope/telescope-ui-select.nvim/,,