Commit f3edf110 authored by "Alexander Sieg"'s avatar "Alexander Sieg"
Browse files

vimPlugins.dracula-nvim: init at 2022-10-21

parent 3716e590
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -2610,6 +2610,18 @@ final: prev:
    meta.homepage = "https://github.com/doki-theme/doki-theme-vim/";
  };

  dracula-nvim = buildVimPluginFrom2Nix {
    pname = "dracula.nvim";
    version = "2022-10-21";
    src = fetchFromGitHub {
      owner = "Mofiqul";
      repo = "dracula.nvim";
      rev = "ca1fc7a554386c2d31996ee28c8ad70731117bce";
      sha256 = "11jzhzr0yx67gci3gbxzif9hyvk7pw533ii0r24wbfv7nh9dvqh6";
    };
    meta.homepage = "https://github.com/Mofiqul/dracula.nvim/";
  };

  dressing-nvim = buildVimPluginFrom2Nix {
    pname = "dressing.nvim";
    version = "2022-10-03";
+1 −0
Original line number Diff line number Diff line
@@ -218,6 +218,7 @@ https://github.com/monaqa/dial.nvim/,HEAD,
https://github.com/sindrets/diffview.nvim/,,
https://github.com/direnv/direnv.vim/,,
https://github.com/doki-theme/doki-theme-vim/,,
https://github.com/Mofiqul/dracula.nvim/,HEAD,
https://github.com/stevearc/dressing.nvim/,,
https://github.com/Shougo/echodoc.vim/,,
https://github.com/sainnhe/edge/,,