vimPlugins.vimsence: init at 2020-06-30

This commit is contained in:
Hugo Lageneste 2020-09-26 18:19:29 +02:00 committed by Jon
parent 93536b4392
commit 6e062ca938
2 changed files with 9 additions and 0 deletions

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 ];
});

View file

@ -150,6 +150,7 @@ hrsh7th/vim-vsnip
hrsh7th/vim-vsnip-integ
hsanson/vim-android
hsitz/VimOrganizer
hugolgst/vimsence
iamcco/coc-spell-checker
iamcco/coc-vimlsp
ianks/vim-tsx