vimPlugins.vimsence: init at 2020-06-30
This commit is contained in:
parent
93536b4392
commit
6e062ca938
|
@ -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 ];
|
||||
});
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue