Merge pull request #115215 from daemon1024/embark-vim-theme
vimPlugins.embark-vim: init at 2021-02-23
This commit is contained in:
commit
54235b9b7d
@ -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…
Reference in New Issue
Block a user