vimPlugins.telescope-live-grep-args-nvim: init at 2022-11-07
This commit is contained in:
parent
6edfa4f695
commit
75a0854b21
@ -7781,6 +7781,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/nvim-telescope/telescope-github.nvim/";
|
||||
};
|
||||
|
||||
telescope-live-grep-args-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "telescope-live-grep-args.nvim";
|
||||
version = "2022-11-07";
|
||||
src = fetchFromGitHub {
|
||||
owner = "nvim-telescope";
|
||||
repo = "telescope-live-grep-args.nvim";
|
||||
rev = "7de3baef1ec4fb77f7a8195fe87bebd513244b6a";
|
||||
sha256 = "0yfn2mlgb3kz5bmkahri7gxv91fj3svy6ygb4lbn649519l840a6";
|
||||
};
|
||||
meta.homepage = "https://github.com/nvim-telescope/telescope-live-grep-args.nvim/";
|
||||
};
|
||||
|
||||
telescope-lsp-handlers-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "telescope-lsp-handlers.nvim";
|
||||
version = "2021-09-07";
|
||||
|
@ -652,6 +652,7 @@ https://github.com/nvim-telescope/telescope-fzf-native.nvim/,,
|
||||
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/nvim-telescope/telescope-live-grep-args.nvim/,HEAD,
|
||||
https://github.com/gbrlsnchs/telescope-lsp-handlers.nvim/,,
|
||||
https://github.com/MrcJkb/telescope-manix/,HEAD,
|
||||
https://github.com/nvim-telescope/telescope-media-files.nvim/,HEAD,
|
||||
|
Loading…
Reference in New Issue
Block a user