Merge pull request #115215 from daemon1024/embark-vim-theme

vimPlugins.embark-vim: init at 2021-02-23

authored by

Sandro and committed by
GitHub
54235b9b 42c1656c

+13
+12
pkgs/misc/vim-plugins/generated.nix
··· 4466 meta.homepage = "https://github.com/vhda/verilog_systemverilog.vim/"; 4467 }; 4468 4469 vim-abolish = buildVimPluginFrom2Nix { 4470 pname = "vim-abolish"; 4471 version = "2020-10-30";
··· 4466 meta.homepage = "https://github.com/vhda/verilog_systemverilog.vim/"; 4467 }; 4468 4469 + embark-vim = buildVimPluginFrom2Nix { 4470 + pname = "embark-vim"; 4471 + version = "2021-02-23"; 4472 + src = fetchFromGitHub { 4473 + owner = "embark-theme"; 4474 + repo = "vim"; 4475 + rev = "d9ea898794c486e2517823f24b9577ce4c488364"; 4476 + sha256 = "0l1f9pl8nh8lkswwrsw13s8d10ccq0c1jfd3bpszsxc6ryjm0wqw"; 4477 + }; 4478 + meta.homepage = "https://github.com/embark-theme/vim/"; 4479 + }; 4480 + 4481 vim-abolish = buildVimPluginFrom2Nix { 4482 pname = "vim-abolish"; 4483 version = "2020-10-30";
+1
pkgs/misc/vim-plugins/vim-plugin-names
··· 106 elixir-editors/vim-elixir 107 elmcast/elm-vim 108 elzr/vim-json 109 embear/vim-localvimrc 110 enomsg/vim-haskellConcealPlus 111 enricobacis/vim-airline-clock
··· 106 elixir-editors/vim-elixir 107 elmcast/elm-vim 108 elzr/vim-json 109 + embark-theme/vim as embark-vim 110 embear/vim-localvimrc 111 enomsg/vim-haskellConcealPlus 112 enricobacis/vim-airline-clock