1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-10 11:01:09 +01:00

colorschemes/dracula-nvim: migrate to by-name

This commit is contained in:
Heitor Augusto 2025-11-02 19:46:38 -03:00 committed by Gaétan Lepage
parent 745e478d35
commit de5bca9f9a
3 changed files with 0 additions and 1 deletions

View file

@ -1,14 +0,0 @@
{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
name = "dracula-nvim";
moduleName = "dracula";
colorscheme = "dracula";
isColorscheme = true;
maintainers = [ lib.maintainers.refaelsh ];
settingsExample = {
italic_comment = true;
colors.green = "#00FF00";
};
}