vimPlugins.nvim-scrollview: init at 2021-01-05

This commit is contained in:
"Andrey Kuznetsov" 2021-01-05 15:27:16 +03:00
parent d2a2758dd7
commit 67a60d7da2
2 changed files with 13 additions and 0 deletions

View File

@ -2794,6 +2794,18 @@ let
meta.homepage = "https://github.com/RishabhRD/nvim-lsputils/";
};
nvim-scrollview = buildVimPluginFrom2Nix {
pname = "nvim-scrollview";
version = "2021-01-05";
src = fetchFromGitHub {
owner = "dstein64";
repo = "nvim-scrollview";
rev = "f729b1dd9077f8b1818752adc7416f357c057325";
sha256 = "0fdwgzn329y9mdrl98wl4aa14sh4l0my0kch5gszk5b9872zir69";
};
meta.homepage = "https://github.com/dstein64/nvim-scrollview/";
};
nvim-terminal-lua = buildVimPluginFrom2Nix {
pname = "nvim-terminal-lua";
version = "2019-10-17";

View File

@ -91,6 +91,7 @@ dpelle/vim-LanguageTool
dracula/vim as dracula-vim
drewtempelmeyer/palenight.vim
drmingdrmer/xptemplate
dstein64/nvim-scrollview@main
dylanaraps/wal.vim
eagletmt/ghcmod-vim
eagletmt/neco-ghc