vimPlugins.comfy-line-numbers-nvim: init at 2025-05-27

This commit is contained in:
"Gaetan Lepage"
2025-07-12 10:09:25 +02:00
parent e5b39358a7
commit 29e41a8797
2 changed files with 14 additions and 0 deletions
@@ -3078,6 +3078,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
comfy-line-numbers-nvim = buildVimPlugin {
pname = "comfy-line-numbers.nvim";
version = "2025-05-27";
src = fetchFromGitHub {
owner = "mluders";
repo = "comfy-line-numbers.nvim";
rev = "eb1c966e22fbabe3a3214c78bda9793ccf9d2a5d";
sha256 = "0dp4sk695s2ra89zsb69g1xsh27qkfv16jp7b4nr316idsdf3899";
};
meta.homepage = "https://github.com/mluders/comfy-line-numbers.nvim/";
meta.hydraPlatforms = [ ];
};
command-t = buildVimPlugin {
pname = "command-t";
version = "2025-07-03";
@@ -235,6 +235,7 @@ https://github.com/xzbdmw/colorful-menu.nvim/,HEAD,
https://github.com/nvim-zh/colorful-winsep.nvim/,HEAD,
https://github.com/lilydjwg/colorizer/,,
https://github.com/Domeee/com.cloudedmountain.ide.neovim/,HEAD,
https://github.com/mluders/comfy-line-numbers.nvim/,HEAD,
https://github.com/wincent/command-t/,,
https://github.com/LudoPinelli/comment-box.nvim/,HEAD,
https://github.com/numtostr/comment.nvim/,,