vimPlugins.vim-cool: init at 2018-01-11

This commit is contained in:
ivann
2020-01-09 23:50:20 +01:00
committed by Jon
parent d1bd0fbfcc
commit fccbde03b7
2 changed files with 12 additions and 0 deletions

View File

@@ -3467,6 +3467,17 @@ let
};
};
vim-cool = buildVimPluginFrom2Nix {
pname = "vim-cool";
version = "2018-01-11";
src = fetchFromGitHub {
owner = "romainl";
repo = "vim-cool";
rev = "06918c36b3396af0bec1e87e748a5dba55be87b9";
sha256 = "099sbjdk944bnivqgqgbjplczfm3k84583ryrmpqf3lgrq6pl8wr";
};
};
vim-cpp-enhanced-highlight = buildVimPluginFrom2Nix {
pname = "vim-cpp-enhanced-highlight";
version = "2019-11-14";