vimPlugins.chadtree: init at 2021-01-21
This commit is contained in:
parent
146e6faf79
commit
c88e459655
@ -375,6 +375,18 @@ let
|
||||
meta.homepage = "https://github.com/tyru/caw.vim/";
|
||||
};
|
||||
|
||||
chadtree = buildVimPluginFrom2Nix {
|
||||
pname = "chadtree";
|
||||
version = "2021-01-21";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ms-jpq";
|
||||
repo = "chadtree";
|
||||
rev = "a351625c4029fb15b14eebe46016c9a6b1bc7d26";
|
||||
sha256 = "0jmnsr1k9v7zpxkbd6h9i4cizbkm99vyr4366wdjiikbn29jx6pr";
|
||||
};
|
||||
meta.homepage = "https://github.com/ms-jpq/chadtree/";
|
||||
};
|
||||
|
||||
changeColorScheme-vim = buildVimPluginFrom2Nix {
|
||||
pname = "changeColorScheme-vim";
|
||||
version = "2010-10-18";
|
||||
|
@ -353,6 +353,7 @@ mopp/sky-color-clock.vim
|
||||
morhetz/gruvbox
|
||||
motus/pig.vim
|
||||
mpickering/hlint-refactor-vim
|
||||
ms-jpq/chadtree@chad
|
||||
mtikekar/vim-bsv
|
||||
nanotech/jellybeans.vim
|
||||
natebosch/vim-lsc
|
||||
|
Loading…
Reference in New Issue
Block a user