vimPlugins.nvim-scrollbar: init at 2022-10-19

This commit is contained in:
rocko 2022-10-25 11:41:03 +02:00
parent fa4a1f0fc3
commit c30e4953b0
2 changed files with 13 additions and 0 deletions

View file

@ -5913,6 +5913,18 @@ final: prev:
meta.homepage = "https://github.com/olrtg/nvim-rename-state/"; meta.homepage = "https://github.com/olrtg/nvim-rename-state/";
}; };
nvim-scrollbar = buildVimPluginFrom2Nix {
pname = "nvim-scrollbar";
version = "2022-10-19";
src = fetchFromGitHub {
owner = "petertriho";
repo = "nvim-scrollbar";
rev = "b17bc9b4a28cf191dda3964568707577c3e6b03d";
sha256 = "0yjl97iwr580qxwcr4j5gf8qhfvhcl179cj98js9c87bzp25q28v";
};
meta.homepage = "https://github.com/petertriho/nvim-scrollbar/";
};
nvim-scrollview = buildVimPluginFrom2Nix { nvim-scrollview = buildVimPluginFrom2Nix {
pname = "nvim-scrollview"; pname = "nvim-scrollview";
version = "2022-09-26"; version = "2022-09-26";

View file

@ -497,6 +497,7 @@ https://github.com/yamatsum/nvim-nonicons/,,
https://github.com/rcarriga/nvim-notify/,, https://github.com/rcarriga/nvim-notify/,,
https://github.com/gennaro-tedesco/nvim-peekup/,, https://github.com/gennaro-tedesco/nvim-peekup/,,
https://github.com/olrtg/nvim-rename-state/,HEAD, https://github.com/olrtg/nvim-rename-state/,HEAD,
https://github.com/petertriho/nvim-scrollbar/,HEAD,
https://github.com/dstein64/nvim-scrollview/,, https://github.com/dstein64/nvim-scrollview/,,
https://github.com/dcampos/nvim-snippy/,HEAD, https://github.com/dcampos/nvim-snippy/,HEAD,
https://github.com/ishan9299/nvim-solarized-lua/,, https://github.com/ishan9299/nvim-solarized-lua/,,