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

vimPlugins.embark-vim: init at 2021-02-23
This commit is contained in:
Sandro 2021-03-06 00:42:10 +01:00 committed by GitHub
commit 54235b9b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -4466,6 +4466,18 @@ let
meta.homepage = "https://github.com/vhda/verilog_systemverilog.vim/"; 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 { vim-abolish = buildVimPluginFrom2Nix {
pname = "vim-abolish"; pname = "vim-abolish";
version = "2020-10-30"; version = "2020-10-30";

View File

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