vimPlugins.telescope-fzf-writer-nvim: init at 2021-01-10
This commit is contained in:
parent
ed09337bdb
commit
afcb1b7159
@ -3876,6 +3876,18 @@ let
|
|||||||
meta.homepage = "https://github.com/tomtom/tcomment_vim/";
|
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 {
|
telescope-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "telescope-nvim";
|
pname = "telescope-nvim";
|
||||||
version = "2021-01-18";
|
version = "2021-01-18";
|
||||||
|
@ -404,6 +404,7 @@ nvim-lua/lsp-status.nvim
|
|||||||
nvim-lua/lsp_extensions.nvim
|
nvim-lua/lsp_extensions.nvim
|
||||||
nvim-lua/plenary.nvim
|
nvim-lua/plenary.nvim
|
||||||
nvim-lua/popup.nvim
|
nvim-lua/popup.nvim
|
||||||
|
nvim-telescope/telescope-fzf-writer.nvim
|
||||||
nvim-telescope/telescope.nvim
|
nvim-telescope/telescope.nvim
|
||||||
nvim-treesitter/completion-treesitter
|
nvim-treesitter/completion-treesitter
|
||||||
nvim-treesitter/nvim-treesitter
|
nvim-treesitter/nvim-treesitter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user