Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vim plugins: add dracula theme #20313

Merged
merged 1 commit into from
Nov 10, 2016
Merged

vim plugins: add dracula theme #20313

merged 1 commit into from
Nov 10, 2016

Conversation

jamescun
Copy link
Contributor

Motivation for this change

Add support for Dracula theme.

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@mention-bot
Copy link

@jamescun, thanks for your PR! By analyzing the history of the files in this pull request, we identified @jagajaga, @garbas and @MarcWeber to be potential reviewers.

@@ -520,6 +520,16 @@ rec {

};

dracula = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "dracula-2016-09-21";
src = fetchgit {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use fetchFromGitHub

rev = "926dfbab01128322f6326bdd10de2856b1fa3232";
sha256 = "1kqd367qa2dnz3qf10lyw7hacahylc94axc6f6f5nw4cklm1g8yv";
};
dependencies = [];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this attribute?

@jagajaga
Copy link
Member

@kevincox please don't review vim-plugins in nixos if you don't know this ecosystem :)

@jagajaga jagajaga merged commit f263d98 into NixOS:master Nov 10, 2016
@Janik-Haag Janik-Haag added the 12. first-time contribution This PR is the author's first one; please be gentle! label Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: vim 12. first-time contribution This PR is the author's first one; please be gentle!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants