Merge pull request #129485 from VergeDX/doki-theme-vim

vimPlugins.doki-theme-vim: init at 2021-06-16
This commit is contained in:
Sandro 2021-07-07 02:57:08 +02:00 committed by GitHub
commit 667112e582
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -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";

View file

@ -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