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

wip/yesman
daemon1024 3 years ago
parent b2e2f0422f
commit 67eedd9067
  1. 12
      pkgs/misc/vim-plugins/generated.nix
  2. 1
      pkgs/misc/vim-plugins/vim-plugin-names

@ -4466,6 +4466,18 @@ let
meta.homepage = "https://github.com/vhda/verilog_systemverilog.vim/";
};
embark-vim = buildVimPluginFrom2Nix {
pname = "embark-vim";
version = "2021-02-23";
src = fetchFromGitHub {
owner = "embark-theme";
repo = "vim";
rev = "d9ea898794c486e2517823f24b9577ce4c488364";
sha256 = "0l1f9pl8nh8lkswwrsw13s8d10ccq0c1jfd3bpszsxc6ryjm0wqw";
};
meta.homepage = "https://github.com/embark-theme/vim/";
};
vim-abolish = buildVimPluginFrom2Nix {
pname = "vim-abolish";
version = "2020-10-30";

@ -106,6 +106,7 @@ eikenb/acp
elixir-editors/vim-elixir
elmcast/elm-vim
elzr/vim-json
embark-theme/vim as embark-vim
embear/vim-localvimrc
enomsg/vim-haskellConcealPlus
enricobacis/vim-airline-clock

Loading…
Cancel
Save