Skip to content

Commit b2842a8

Browse files
committed
vimPlugins.messenger-nvim: init at 2024-07-18
1 parent 71af494 commit b2842a8

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
@@ -6083,6 +6083,18 @@ final: prev:
60836083
meta.homepage = "https://github.com/savq/melange-nvim/";
60846084
};
60856085

6086+
messenger-nvim = buildVimPlugin {
6087+
pname = "messenger.nvim";
6088+
version = "2024-07-18";
6089+
src = fetchFromGitHub {
6090+
owner = "lsig";
6091+
repo = "messenger.nvim";
6092+
rev = "309fec2ddd3de55eba2781b676931b37ce8190af";
6093+
sha256 = "1ycvxxcp04hh134nazdrzd9g98mkdipc2p0amvcphpqr9p9s3pcm";
6094+
};
6095+
meta.homepage = "https://github.com/lsig/messenger.nvim/";
6096+
};
6097+
60866098
miasma-nvim = buildVimPlugin {
60876099
pname = "miasma.nvim";
60886100
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
@@ -509,6 +509,7 @@ https://github.com/kaicataldo/material.vim/,HEAD,
509509
https://github.com/vim-scripts/mayansmoke/,,
510510
https://github.com/chikamichi/mediawiki.vim/,HEAD,
511511
https://github.com/savq/melange-nvim/,,
512+
https://github.com/lsig/messenger.nvim/,HEAD,
512513
https://github.com/xero/miasma.nvim/,,
513514
https://github.com/dasupradyumna/midnight.nvim/,,
514515
https://github.com/phaazon/mind.nvim/,HEAD,

0 commit comments

Comments
 (0)