mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
colorschemes/dracula-nvim: fixes
This commit is contained in:
parent
3f9cf9f961
commit
d928d6deb1
2 changed files with 9 additions and 8 deletions
|
@ -4,16 +4,17 @@
|
|||
...
|
||||
}:
|
||||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
name = "dracula";
|
||||
name = "dracula-nvim";
|
||||
originalName = "dracula.nvim ";
|
||||
luaName = "dracula";
|
||||
colorscheme = "dracula";
|
||||
defaultPackage = pkgs.vimPlugins.dracula-nvim;
|
||||
isColorscheme = true;
|
||||
|
||||
maintainers = [ lib.nixvim.maintainers.refaelsh ];
|
||||
|
||||
settingsExample = {
|
||||
settings = {
|
||||
italic_comment = true;
|
||||
colors.green = "#00FF00";
|
||||
};
|
||||
italic_comment = true;
|
||||
colors.green = "#00FF00";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue