vimPlugins.vim-deus: init at 2021-03-28
This commit is contained in:
parent
d9f8fa1560
commit
3e44834779
|
@ -5666,6 +5666,18 @@ let
|
||||||
meta.homepage = "https://github.com/ryanoasis/vim-devicons/";
|
meta.homepage = "https://github.com/ryanoasis/vim-devicons/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-deus = buildVimPluginFrom2Nix {
|
||||||
|
pname = "vim-deus";
|
||||||
|
version = "2021-03-28";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "ajmwagar";
|
||||||
|
repo = "vim-deus";
|
||||||
|
rev = "1be965e7bc1c01e7db5e46dcd0e50d32d4eef434";
|
||||||
|
sha256 = "1h0imrxhxw81hkh9xl75rcnx7ll5fry6hcf7flx84n6nawvfzyvm";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/ajmwagar/vim-deus";
|
||||||
|
};
|
||||||
|
|
||||||
vim-diminactive = buildVimPluginFrom2Nix {
|
vim-diminactive = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-diminactive";
|
pname = "vim-diminactive";
|
||||||
version = "2017-08-27";
|
version = "2017-08-27";
|
||||||
|
|
|
@ -4,6 +4,7 @@ AckslD/nvim-whichkey-setup.lua@main
|
||||||
ackyshake/Spacegray.vim@main
|
ackyshake/Spacegray.vim@main
|
||||||
airblade/vim-gitgutter
|
airblade/vim-gitgutter
|
||||||
airblade/vim-rooter
|
airblade/vim-rooter
|
||||||
|
ajmwagar/vim-deus
|
||||||
akinsho/nvim-bufferline.lua
|
akinsho/nvim-bufferline.lua
|
||||||
akinsho/nvim-toggleterm.lua
|
akinsho/nvim-toggleterm.lua
|
||||||
aklt/plantuml-syntax
|
aklt/plantuml-syntax
|
||||||
|
|
Loading…
Reference in New Issue