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:
parent
745e478d35
commit
de5bca9f9a
3 changed files with 0 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue