vimPlugins.vim-code-dark: init at 2021-04-09

This commit is contained in:
"Andrey Kuznetsov" 2021-04-29 10:16:14 +00:00
parent 7e49de89e3
commit 44ba3c22d0
2 changed files with 13 additions and 0 deletions

View File

@ -5390,6 +5390,18 @@ let
meta.homepage = "https://github.com/alvan/vim-closetag/";
};
vim-code-dark = buildVimPluginFrom2Nix {
pname = "vim-code-dark";
version = "2021-04-09";
src = fetchFromGitHub {
owner = "tomasiser";
repo = "vim-code-dark";
rev = "670fed53a2ae67542a78ef7b642f4aca6b6326dc";
sha256 = "0zdhhv3h8lzba8dpv0amc5abpkzayp6gbjw6qv712p638zyr99vw";
};
meta.homepage = "https://github.com/tomasiser/vim-code-dark/";
};
vim-codefmt = buildVimPluginFrom2Nix {
pname = "vim-codefmt";
version = "2021-04-15";

View File

@ -620,6 +620,7 @@ tmhedberg/SimpylFold
tmsvg/pear-tree
tmux-plugins/vim-tmux
tmux-plugins/vim-tmux-focus-events
tomasiser/vim-code-dark
tomasr/molokai
tomlion/vim-solidity
tommcdo/vim-exchange