about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
author"The Hedgehog" <"me@thehedgehog.me">2022-07-27 07:12:59 -0400
committer"The Hedgehog" <"me@thehedgehog.me">2022-07-27 07:12:59 -0400
commita400056f2df452a63fe64f241cf090e95f865b46 (patch)
tree56e5e0e1a7eb0580cc22f5710c802da703ef0408 /pkgs/applications/editors/vim
parent20de20eb86cd78563349ae66d8249010b5fc800b (diff)
downloadnixlib-a400056f2df452a63fe64f241cf090e95f865b46.tar
nixlib-a400056f2df452a63fe64f241cf090e95f865b46.tar.gz
nixlib-a400056f2df452a63fe64f241cf090e95f865b46.tar.bz2
nixlib-a400056f2df452a63fe64f241cf090e95f865b46.tar.lz
nixlib-a400056f2df452a63fe64f241cf090e95f865b46.tar.xz
nixlib-a400056f2df452a63fe64f241cf090e95f865b46.tar.zst
nixlib-a400056f2df452a63fe64f241cf090e95f865b46.zip
vimPlugins.telescope-media-files-nvim: init at 2021-10-21
Diffstat (limited to 'pkgs/applications/editors/vim')
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix12
-rw-r--r--pkgs/applications/editors/vim/plugins/vim-plugin-names1
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index db37f7f494de..14ec64586bb5 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -7325,6 +7325,18 @@ final: prev:
     meta.homepage = "https://github.com/gbrlsnchs/telescope-lsp-handlers.nvim/";
   };
 
+  telescope-media-files-nvim = buildVimPluginFrom2Nix {
+    pname = "telescope-media-files.nvim";
+    version = "2021-10-21";
+    src = fetchFromGitHub {
+      owner = "nvim-telescope";
+      repo = "telescope-media-files.nvim";
+      rev = "513e4ee385edd72bf0b35a217b7e39f84b6fe93c";
+      sha256 = "1ap3ijh64ynyxzbc62ijfkbwasv506i17pc65bh3w4dfpzn6rlpy";
+    };
+    meta.homepage = "https://github.com/nvim-telescope/telescope-media-files.nvim/";
+  };
+
   telescope-project-nvim = buildVimPluginFrom2Nix {
     pname = "telescope-project.nvim";
     version = "2022-06-12";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 844740160e4c..b75fa4b28011 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -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/,,