Merge pull request #333817 from nebunebu/vimPlugins

vimPlugins.tiny-inline-diagnostic-nvim: init at 2024-08-10

authored by Gaétan Lepage and committed by GitHub acecc709 835b1070

+13
+12
pkgs/applications/editors/vim/plugins/generated.nix
··· 11256 meta.homepage = "https://github.com/levouh/tint.nvim/"; 11257 }; 11258 11259 tlib_vim = buildVimPlugin { 11260 pname = "tlib_vim"; 11261 version = "2022-07-22";
··· 11256 meta.homepage = "https://github.com/levouh/tint.nvim/"; 11257 }; 11258 11259 + tiny-inline-diagnostic-nvim = buildVimPlugin { 11260 + pname = "tiny-inline-diagnostic.nvim"; 11261 + version = "2024-08-10"; 11262 + src = fetchFromGitHub { 11263 + owner = "rachartier"; 11264 + repo = "tiny-inline-diagnostic.nvim"; 11265 + rev = "7b212b214aed37d8ae1a26ac6ca9593223a23ddb"; 11266 + sha256 = "0zf3l8fx7vbq352ip3lrvvhrkkwp8n7n5i2lh5ps8j0jqaxswr33"; 11267 + }; 11268 + meta.homepage = "https://github.com/rachartier/tiny-inline-diagnostic.nvim/"; 11269 + }; 11270 + 11271 tlib_vim = buildVimPlugin { 11272 pname = "tlib_vim"; 11273 version = "2022-07-22";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 944 https://github.com/itchyny/thumbnail.vim/,, 945 https://github.com/vim-scripts/timestamp.vim/,, 946 https://github.com/levouh/tint.nvim/,HEAD, 947 https://github.com/tomtom/tinykeymap_vim/,,tinykeymap 948 https://github.com/tomtom/tlib_vim/,, 949 https://github.com/wellle/tmux-complete.vim/,,
··· 944 https://github.com/itchyny/thumbnail.vim/,, 945 https://github.com/vim-scripts/timestamp.vim/,, 946 https://github.com/levouh/tint.nvim/,HEAD, 947 + https://github.com/rachartier/tiny-inline-diagnostic.nvim/,HEAD, 948 https://github.com/tomtom/tinykeymap_vim/,,tinykeymap 949 https://github.com/tomtom/tlib_vim/,, 950 https://github.com/wellle/tmux-complete.vim/,,