3
0
Fork 0
forked from mirrors/nixpkgs

vimPlugins.telescope-vim-bookmarks-nvim: init at 2021-08-12

This commit is contained in:
"jupblb" 2021-11-29 21:44:44 +01:00 committed by jupblb
parent 62b4a25b1a
commit 2a22d59364
No known key found for this signature in database
GPG key ID: 7FF80D1CBB5F2AC4
2 changed files with 13 additions and 0 deletions

View file

@ -6123,6 +6123,18 @@ final: prev:
meta.homepage = "https://github.com/nvim-telescope/telescope-symbols.nvim/";
};
telescope-vim-bookmarks-nvim = buildVimPluginFrom2Nix {
pname = "telescope-vim-bookmarks.nvim";
version = "2021-08-12";
src = fetchFromGitHub {
owner = "tom-anders";
repo = "telescope-vim-bookmarks.nvim";
rev = "b7a436eba6102c2bc73f49766a12e79d24ab8fb5";
sha256 = "0lak83b8y963hv61z2yfi1nyaapvq2hnhpcx7bc6h8v4jzyjis0n";
};
meta.homepage = "https://github.com/tom-anders/telescope-vim-bookmarks.nvim/";
};
telescope-z-nvim = buildVimPluginFrom2Nix {
pname = "telescope-z.nvim";
version = "2021-10-10";

View file

@ -778,6 +778,7 @@ tmhedberg/SimpylFold
tmsvg/pear-tree
tmux-plugins/vim-tmux
tmux-plugins/vim-tmux-focus-events
tom-anders/telescope-vim-bookmarks.nvim@main
tomasiser/vim-code-dark
tomasr/molokai
tomlion/vim-solidity