Merge pull request #246885 from vinnymeller/vim/telescope-sg
vimPlugins.telescope-sg: init at 2023-08-02
This commit is contained in:
commit
7d050b98e5
2 changed files with 13 additions and 0 deletions
|
@ -9376,6 +9376,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/nvim-telescope/telescope-project.nvim/";
|
||||
};
|
||||
|
||||
telescope-sg = buildVimPluginFrom2Nix {
|
||||
pname = "telescope-sg";
|
||||
version = "2023-08-02";
|
||||
src = fetchFromGitHub {
|
||||
owner = "Marskey";
|
||||
repo = "telescope-sg";
|
||||
rev = "df40e78ed1c1ba3cb3591a799c8e4292c88e1ff0";
|
||||
sha256 = "0mqqh15jl7y4i1ycb5lpw9fvad4qm03vw5x7paxw8h2yzi39qp0p";
|
||||
};
|
||||
meta.homepage = "https://github.com/Marskey/telescope-sg/";
|
||||
};
|
||||
|
||||
telescope-symbols-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "telescope-symbols.nvim";
|
||||
version = "2023-02-19";
|
||||
|
|
|
@ -787,6 +787,7 @@ 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,
|
||||
https://github.com/nvim-telescope/telescope-project.nvim/,,
|
||||
https://github.com/Marskey/telescope-sg/,HEAD,
|
||||
https://github.com/nvim-telescope/telescope-symbols.nvim/,,
|
||||
https://github.com/nvim-telescope/telescope-ui-select.nvim/,,
|
||||
https://github.com/fhill2/telescope-ultisnips.nvim/,,
|
||||
|
|
Loading…
Reference in a new issue