vimPlugins.nvim-docs-view: init at 2023-10-19

This commit is contained in:
Donovan Glover 2023-12-13 21:53:29 -05:00 committed by Matthieu Coudron
parent 716c2bc96a
commit 2efbd63dd3
2 changed files with 13 additions and 0 deletions

View File

@ -7067,6 +7067,18 @@ final: prev:
meta.homepage = "https://github.com/theHamsta/nvim-dap-virtual-text/";
};
nvim-docs-view = buildVimPlugin {
pname = "nvim-docs-view";
version = "2023-10-19";
src = fetchFromGitHub {
owner = "amrbashir";
repo = "nvim-docs-view";
rev = "74a5e989e3fdcfd9418bb9dfec0ace308e00a5a0";
sha256 = "sha256-EmQbnleqxE+VHO5bMI9U/gMpwbJbPdNhrEWE7357MCE=";
};
meta.homepage = "https://github.com/amrbashir/nvim-docs-view/";
};
nvim-expand-expr = buildVimPlugin {
pname = "nvim-expand-expr";
version = "2021-08-14";

View File

@ -594,6 +594,7 @@ https://github.com/leoluz/nvim-dap-go/,HEAD,
https://github.com/mfussenegger/nvim-dap-python/,HEAD,
https://github.com/rcarriga/nvim-dap-ui/,,
https://github.com/theHamsta/nvim-dap-virtual-text/,,
https://github.com/amrbashir/nvim-docs-view/,HEAD,
https://github.com/allendang/nvim-expand-expr/,,
https://github.com/vijaymarupudi/nvim-fzf/,,
https://github.com/vijaymarupudi/nvim-fzf-commands/,,