mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
vimPlugins.telescope-fzf-writer-nvim: init at 2021-01-10
This commit is contained in:
parent
ed09337bdb
commit
afcb1b7159
2 changed files with 13 additions and 0 deletions
|
@ -3876,6 +3876,18 @@ let
|
|||
meta.homepage = "https://github.com/tomtom/tcomment_vim/";
|
||||
};
|
||||
|
||||
telescope-fzf-writer-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "telescope-fzf-writer-nvim";
|
||||
version = "2021-01-10";
|
||||
src = fetchFromGitHub {
|
||||
owner = "nvim-telescope";
|
||||
repo = "telescope-fzf-writer.nvim";
|
||||
rev = "9535863f519be3d5e57fd50916f96594241bfe16";
|
||||
sha256 = "0jmkzjqlcz47hzp44407xwkmirgprzkwrz6x8ax771gpk8cghfrx";
|
||||
};
|
||||
meta.homepage = "https://github.com/nvim-telescope/telescope-fzf-writer.nvim/";
|
||||
};
|
||||
|
||||
telescope-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "telescope-nvim";
|
||||
version = "2021-01-18";
|
||||
|
|
|
@ -404,6 +404,7 @@ nvim-lua/lsp-status.nvim
|
|||
nvim-lua/lsp_extensions.nvim
|
||||
nvim-lua/plenary.nvim
|
||||
nvim-lua/popup.nvim
|
||||
nvim-telescope/telescope-fzf-writer.nvim
|
||||
nvim-telescope/telescope.nvim
|
||||
nvim-treesitter/completion-treesitter
|
||||
nvim-treesitter/nvim-treesitter
|
||||
|
|
Loading…
Reference in a new issue