Merge pull request #329725 from ambroisie/messenger-nvim

vimPlugins.messenger-nvim: init at 2024-07-18
This commit is contained in:
Gaétan Lepage 2024-07-26 07:42:53 +02:00 committed by GitHub
commit d0f82f4af7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -6168,6 +6168,18 @@ final: prev:
meta.homepage = "https://github.com/savq/melange-nvim/";
};
messenger-nvim = buildVimPlugin {
pname = "messenger.nvim";
version = "2024-07-18";
src = fetchFromGitHub {
owner = "lsig";
repo = "messenger.nvim";
rev = "309fec2ddd3de55eba2781b676931b37ce8190af";
sha256 = "1ycvxxcp04hh134nazdrzd9g98mkdipc2p0amvcphpqr9p9s3pcm";
};
meta.homepage = "https://github.com/lsig/messenger.nvim/";
};
miasma-nvim = buildVimPlugin {
pname = "miasma.nvim";
version = "2023-10-24";

View File

@ -517,6 +517,7 @@ https://github.com/kaicataldo/material.vim/,HEAD,
https://github.com/vim-scripts/mayansmoke/,,
https://github.com/chikamichi/mediawiki.vim/,HEAD,
https://github.com/savq/melange-nvim/,,
https://github.com/lsig/messenger.nvim/,HEAD,
https://github.com/xero/miasma.nvim/,,
https://github.com/dasupradyumna/midnight.nvim/,,
https://github.com/phaazon/mind.nvim/,HEAD,