Skip to content

Commit 91f1e05

Browse files
authored
vimPlugins.telescope-glyph-nvim: init at 2022-08-22 (#313738)
2 parents 40c1e5c + 9527ead commit 91f1e05

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13756,6 +13756,18 @@ final: prev:
1375613756
meta.hydraPlatforms = [ ];
1375713757
};
1375813758

13759+
telescope-glyph-nvim = buildVimPlugin {
13760+
pname = "telescope-glyph.nvim";
13761+
version = "2022-08-22";
13762+
src = fetchFromGitHub {
13763+
owner = "ghassan0";
13764+
repo = "telescope-glyph.nvim";
13765+
rev = "f63f01e129e71cc25b79637610674bbf0be5ce9d";
13766+
sha256 = "0n1mdiwkkciqpxjad1nngrc7px5yziyan0daxgs9jsgdqmy1lzp8";
13767+
};
13768+
meta.homepage = "https://github.com/ghassan0/telescope-glyph.nvim/";
13769+
};
13770+
1375913771
telescope-live-grep-args-nvim = buildVimPlugin {
1376013772
pname = "telescope-live-grep-args.nvim";
1376113773
version = "2024-07-28";

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3211,6 +3211,10 @@ in
32113211
];
32123212
};
32133213

3214+
telescope-glyph-nvim = super.telescope-github-nvim.overrideAttrs {
3215+
dependencies = [ self.telescope-nvim ];
3216+
};
3217+
32143218
telescope-live-grep-args-nvim = super.telescope-live-grep-args-nvim.overrideAttrs {
32153219
dependencies = with self; [
32163220
plenary-nvim

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,7 @@ https://github.com/nvim-telescope/telescope-fzf-writer.nvim/,,
10521052
https://github.com/nvim-telescope/telescope-fzy-native.nvim/,,
10531053
https://github.com/Snikimonkd/telescope-git-conflicts.nvim/,HEAD,
10541054
https://github.com/nvim-telescope/telescope-github.nvim/,,
1055+
https://github.com/ghassan0/telescope-glyph.nvim/,HEAD,
10551056
https://github.com/nvim-telescope/telescope-live-grep-args.nvim/,HEAD,
10561057
https://github.com/gbrlsnchs/telescope-lsp-handlers.nvim/,,
10571058
https://github.com/MrcJkb/telescope-manix/,HEAD,

0 commit comments

Comments
 (0)