vimPlugins.comfy-line-numbers-nvim: init at 2025-05-27 (#424534)

authored by

Gaétan Lepage and committed by
GitHub
6986e2a3 0a21e26a

+14
+13
pkgs/applications/editors/vim/plugins/generated.nix
··· 3078 meta.hydraPlatforms = [ ]; 3079 }; 3080 3081 command-t = buildVimPlugin { 3082 pname = "command-t"; 3083 version = "2025-07-03";
··· 3078 meta.hydraPlatforms = [ ]; 3079 }; 3080 3081 + comfy-line-numbers-nvim = buildVimPlugin { 3082 + pname = "comfy-line-numbers.nvim"; 3083 + version = "2025-05-27"; 3084 + src = fetchFromGitHub { 3085 + owner = "mluders"; 3086 + repo = "comfy-line-numbers.nvim"; 3087 + rev = "eb1c966e22fbabe3a3214c78bda9793ccf9d2a5d"; 3088 + sha256 = "0dp4sk695s2ra89zsb69g1xsh27qkfv16jp7b4nr316idsdf3899"; 3089 + }; 3090 + meta.homepage = "https://github.com/mluders/comfy-line-numbers.nvim/"; 3091 + meta.hydraPlatforms = [ ]; 3092 + }; 3093 + 3094 command-t = buildVimPlugin { 3095 pname = "command-t"; 3096 version = "2025-07-03";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 235 https://github.com/nvim-zh/colorful-winsep.nvim/,HEAD, 236 https://github.com/lilydjwg/colorizer/,, 237 https://github.com/Domeee/com.cloudedmountain.ide.neovim/,HEAD, 238 https://github.com/wincent/command-t/,, 239 https://github.com/LudoPinelli/comment-box.nvim/,HEAD, 240 https://github.com/numtostr/comment.nvim/,,
··· 235 https://github.com/nvim-zh/colorful-winsep.nvim/,HEAD, 236 https://github.com/lilydjwg/colorizer/,, 237 https://github.com/Domeee/com.cloudedmountain.ide.neovim/,HEAD, 238 + https://github.com/mluders/comfy-line-numbers.nvim/,HEAD, 239 https://github.com/wincent/command-t/,, 240 https://github.com/LudoPinelli/comment-box.nvim/,HEAD, 241 https://github.com/numtostr/comment.nvim/,,