mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #129485 from VergeDX/doki-theme-vim
vimPlugins.doki-theme-vim: init at 2021-06-16
This commit is contained in:
commit
667112e582
2 changed files with 13 additions and 0 deletions
|
@ -1326,6 +1326,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/direnv/direnv.vim/";
|
||||
};
|
||||
|
||||
doki-theme-vim = buildVimPluginFrom2Nix {
|
||||
pname = "doki-theme-vim";
|
||||
version = "2021-06-16";
|
||||
src = fetchFromGitHub {
|
||||
owner = "doki-theme";
|
||||
repo = "doki-theme-vim";
|
||||
rev = "8a3a7b64d5509f87564d846faae5ef0b2b77d2a6";
|
||||
sha256 = "05s7fph5bm9gz2b0biqrpsvvh8ccfxh5csxya3rkja86ppz6wawr";
|
||||
};
|
||||
meta.homepage = "https://github.com/doki-theme/doki-theme-vim/";
|
||||
};
|
||||
|
||||
DoxygenToolkit-vim = buildVimPluginFrom2Nix {
|
||||
pname = "DoxygenToolkit-vim";
|
||||
version = "2010-11-06";
|
||||
|
|
|
@ -102,6 +102,7 @@ digitaltoad/vim-pug
|
|||
direnv/direnv.vim
|
||||
dleonard0/pony-vim-syntax
|
||||
dmix/elvish.vim
|
||||
doki-theme/doki-theme-vim
|
||||
dominikduda/vim_current_word
|
||||
dpelle/vim-LanguageTool
|
||||
dracula/vim as dracula-vim
|
||||
|
|
Loading…
Reference in a new issue