Skip to content

Commit d0f82f4

Browse files
authored
Merge pull request #329725 from ambroisie/messenger-nvim
vimPlugins.messenger-nvim: init at 2024-07-18
2 parents d84f8c1 + b2842a8 commit d0f82f4

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6168,6 +6168,18 @@ final: prev:
61686168
meta.homepage = "https://github.com/savq/melange-nvim/";
61696169
};
61706170

6171+
messenger-nvim = buildVimPlugin {
6172+
pname = "messenger.nvim";
6173+
version = "2024-07-18";
6174+
src = fetchFromGitHub {
6175+
owner = "lsig";
6176+
repo = "messenger.nvim";
6177+
rev = "309fec2ddd3de55eba2781b676931b37ce8190af";
6178+
sha256 = "1ycvxxcp04hh134nazdrzd9g98mkdipc2p0amvcphpqr9p9s3pcm";
6179+
};
6180+
meta.homepage = "https://github.com/lsig/messenger.nvim/";
6181+
};
6182+
61716183
miasma-nvim = buildVimPlugin {
61726184
pname = "miasma.nvim";
61736185
version = "2023-10-24";

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ https://github.com/kaicataldo/material.vim/,HEAD,
517517
https://github.com/vim-scripts/mayansmoke/,,
518518
https://github.com/chikamichi/mediawiki.vim/,HEAD,
519519
https://github.com/savq/melange-nvim/,,
520+
https://github.com/lsig/messenger.nvim/,HEAD,
520521
https://github.com/xero/miasma.nvim/,,
521522
https://github.com/dasupradyumna/midnight.nvim/,,
522523
https://github.com/phaazon/mind.nvim/,HEAD,

0 commit comments

Comments
 (0)