vimPlugins.vimsence: init at 2020-06-30

This commit is contained in:
Hugo Lageneste
2020-09-26 18:17:40 -07:00
committed by Jon
parent 93536b4392
commit 6e062ca938
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -228,6 +228,14 @@ self: super: {
configurePhase = "cd plugins/nvim";
});
vimsence = super.vimsence.overrideAttrs(old: {
meta = with stdenv.lib; {
description = "Discord rich presence for Vim";
homepage = "https://github.com/hugolgst/vimsence";
maintainers = with stdenv.lib.maintainers; [ hugolgst ];
};
});
vim-gist = super.vim-gist.overrideAttrs(old: {
dependencies = with super; [ webapi-vim ];
});