vimPlugins.dashboard-nvim: init at 2021-02-23

This commit is contained in:
José Luis Lafuente 2021-02-23 21:12:04 +01:00
parent c7d0dbe094
commit df6dc80ec0
No known key found for this signature in database
GPG Key ID: 8A3455EBE455489A
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

@ -135,6 +135,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