vimPlugins.lightline-gruvbox-vim: init at 2018-03-23

authored by

Chad Jablonski and committed by
Jonathan Ringer
953be75b df1d134e

+13
+12
pkgs/misc/vim-plugins/generated.nix
··· 2506 2506 meta.homepage = "https://github.com/mengelbrecht/lightline-bufferline/"; 2507 2507 }; 2508 2508 2509 + lightline-gruvbox-vim = buildVimPluginFrom2Nix { 2510 + pname = "lightline-gruvbox-vim"; 2511 + version = "2018-03-23"; 2512 + src = fetchFromGitHub { 2513 + owner = "shinchu"; 2514 + repo = "lightline-gruvbox.vim"; 2515 + rev = "21659af1fc980ebe7de0f475e57c3fda9a82c2d3"; 2516 + sha256 = "0h9br1r5vbrx5cplnk34xlg1kagasj3zn18f8d4ifi0pibyq6pm1"; 2517 + }; 2518 + meta.homepage = "https://github.com/shinchu/lightline-gruvbox.vim/"; 2519 + }; 2520 + 2509 2521 lightline-vim = buildVimPluginFrom2Nix { 2510 2522 pname = "lightline-vim"; 2511 2523 version = "2021-05-30";
+1
pkgs/misc/vim-plugins/vim-plugin-names
··· 578 578 shaunsingh/moonlight.nvim@pure-lua 579 579 shaunsingh/nord.nvim 580 580 sheerun/vim-polyglot 581 + shinchu/lightline-gruvbox.vim 581 582 Shougo/context_filetype.vim 582 583 Shougo/defx.nvim 583 584 Shougo/denite.nvim