Skip to content

Commit 9527ead

Browse files
author
Pamplemousse
committed
vimPlugins.telescope-glyph-nvim: init at 2022-08-22
1 parent f3c6b07 commit 9527ead

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
@@ -13744,6 +13744,18 @@ final: prev:
1374413744
meta.hydraPlatforms = [ ];
1374513745
};
1374613746

13747+
telescope-glyph-nvim = buildVimPlugin {
13748+
pname = "telescope-glyph.nvim";
13749+
version = "2022-08-22";
13750+
src = fetchFromGitHub {
13751+
owner = "ghassan0";
13752+
repo = "telescope-glyph.nvim";
13753+
rev = "f63f01e129e71cc25b79637610674bbf0be5ce9d";
13754+
sha256 = "0n1mdiwkkciqpxjad1nngrc7px5yziyan0daxgs9jsgdqmy1lzp8";
13755+
};
13756+
meta.homepage = "https://github.com/ghassan0/telescope-glyph.nvim/";
13757+
};
13758+
1374713759
telescope-live-grep-args-nvim = buildVimPlugin {
1374813760
pname = "telescope-live-grep-args.nvim";
1374913761
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
@@ -3210,6 +3210,10 @@ in
32103210
];
32113211
};
32123212

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

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

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

0 commit comments

Comments
 (0)