vimPlugins.dashboard-nvim: init at 2021-02-23
This commit is contained in:
parent
c7d0dbe094
commit
df6dc80ec0
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue