vimPlugins.diagflow-nvim: init at 2025-03-04 (#397399)

authored by Gaétan Lepage and committed by GitHub d42ecbd7 9883a830

+14
+13
pkgs/applications/editors/vim/plugins/generated.nix
··· 4108 4108 meta.hydraPlatforms = [ ]; 4109 4109 }; 4110 4110 4111 + diagflow-nvim = buildVimPlugin { 4112 + pname = "diagflow.nvim"; 4113 + version = "2025-03-04"; 4114 + src = fetchFromGitHub { 4115 + owner = "dgagn"; 4116 + repo = "diagflow.nvim"; 4117 + rev = "b13321b517ff64bf42eeac2214085d3c76d83a0d"; 4118 + sha256 = "10avjhbs6kn10l5yjp9wk16w6rkvaj540zwrbgk2p6w3v38lr6c0"; 4119 + }; 4120 + meta.homepage = "https://github.com/dgagn/diagflow.nvim/"; 4121 + meta.hydraPlatforms = [ ]; 4122 + }; 4123 + 4111 4124 diaglist-nvim = buildVimPlugin { 4112 4125 pname = "diaglist.nvim"; 4113 4126 version = "2022-09-01";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 314 314 https://github.com/maskudo/devdocs.nvim/,HEAD, 315 315 https://github.com/rhysd/devdocs.vim/,, 316 316 https://github.com/vmchale/dhall-vim/,, 317 + https://github.com/dgagn/diagflow.nvim/,HEAD, 317 318 https://github.com/onsails/diaglist.nvim/,, 318 319 https://github.com/nvim-lua/diagnostic-nvim/,, 319 320 https://github.com/3rd/diagram.nvim/,HEAD,