Merge pull request #189094 from virchau13/vimplugins-update

vimPlugins: update
This commit is contained in:
figsoda 2022-08-31 21:56:54 -04:00 committed by GitHub
commit cccaadbab0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 348 additions and 347 deletions

View file

@ -1,6 +1,6 @@
{
"TrueZen-nvim": {
"date": "2022-08-21",
"date": "2022-08-31",
"new": "true-zen-nvim"
},
"compe-tmux": {

File diff suppressed because it is too large Load diff

View file

@ -53,7 +53,6 @@
, zsh
# command-t dependencies
, rake
, ruby
# cpsm dependencies
@ -240,9 +239,11 @@ self: super: {
};
command-t = super.command-t.overrideAttrs (old: {
buildInputs = [ ruby rake ];
buildInputs = [ ruby ];
buildPhase = ''
rake make
substituteInPlace lua/wincent/commandt/lib/Makefile \
--replace '/bin/bash' 'bash'
make build
rm ruby/command-t/ext/command-t/*.o
'';
});
@ -979,7 +980,7 @@ self: super: {
libiconv
];
cargoSha256 = "sha256-prqS4cx5T+EiilXf3v7ResNBtgst0Kpgvayknf0QDXA=";
cargoSha256 = "sha256-QAfHhpXABuOPaHCfQQZYhBERGXMaJPFipWHt/MeSc3c=";
};
in
''