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";
|
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: {
|
vim-gist = super.vim-gist.overrideAttrs(old: {
|
||||||
dependencies = with super; [ webapi-vim ];
|
dependencies = with super; [ webapi-vim ];
|
||||||
});
|
});
|
||||||
|
@ -150,6 +150,7 @@ hrsh7th/vim-vsnip
|
|||||||
hrsh7th/vim-vsnip-integ
|
hrsh7th/vim-vsnip-integ
|
||||||
hsanson/vim-android
|
hsanson/vim-android
|
||||||
hsitz/VimOrganizer
|
hsitz/VimOrganizer
|
||||||
|
hugolgst/vimsence
|
||||||
iamcco/coc-spell-checker
|
iamcco/coc-spell-checker
|
||||||
iamcco/coc-vimlsp
|
iamcco/coc-vimlsp
|
||||||
ianks/vim-tsx
|
ianks/vim-tsx
|
||||||
|
Loading…
Reference in New Issue
Block a user