Merge pull request #114164 from jlesquembre/dashboard-nvim

vimPlugins.dashboard-nvim: init at 2021-02-23
This commit is contained in:
Sandro 2021-02-23 23:48:15 +01:00 committed by GitHub
commit 08c935e53b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -844,6 +844,18 @@ let
meta.homepage = "https://github.com/dart-lang/dart-vim-plugin/";
};
dashboard-nvim = buildVimPluginFrom2Nix {
pname = "dashboard-nvim";
version = "2021-02-23";
src = fetchFromGitHub {
owner = "glepnir";
repo = "dashboard-nvim";
rev = "7cdd2288d5aaf986f6f23c58fa27c50311636142";
sha256 = "1rg63sl4q4qlxdllmrmi3x54zz2xqgf6l56zi3wv83x3zd5lj2c9";
};
meta.homepage = "https://github.com/glepnir/dashboard-nvim";
};
defx-git = buildVimPluginFrom2Nix {
pname = "defx-git";
version = "2021-01-01";

View File

@ -136,6 +136,7 @@ GEverding/vim-hocon
gfanto/fzf-lsp.nvim@main
gibiansky/vim-textobj-haskell
gioele/vim-autoswap
glepnir/dashboard-nvim
glepnir/galaxyline.nvim@main
glepnir/lspsaga.nvim@main
glepnir/oceanic-material