vimPlugins.vim-code-dark: init at 2021-04-09
This commit is contained in:
parent
7e49de89e3
commit
44ba3c22d0
@ -5390,6 +5390,18 @@ let
|
|||||||
meta.homepage = "https://github.com/alvan/vim-closetag/";
|
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 {
|
vim-codefmt = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-codefmt";
|
pname = "vim-codefmt";
|
||||||
version = "2021-04-15";
|
version = "2021-04-15";
|
||||||
|
@ -620,6 +620,7 @@ tmhedberg/SimpylFold
|
|||||||
tmsvg/pear-tree
|
tmsvg/pear-tree
|
||||||
tmux-plugins/vim-tmux
|
tmux-plugins/vim-tmux
|
||||||
tmux-plugins/vim-tmux-focus-events
|
tmux-plugins/vim-tmux-focus-events
|
||||||
|
tomasiser/vim-code-dark
|
||||||
tomasr/molokai
|
tomasr/molokai
|
||||||
tomlion/vim-solidity
|
tomlion/vim-solidity
|
||||||
tommcdo/vim-exchange
|
tommcdo/vim-exchange
|
||||||
|
Loading…
x
Reference in New Issue
Block a user