mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-24 19:29:41 +01:00
colorschemes/moonfly: migrate to by-name
This commit is contained in:
parent
a098c523ed
commit
8739bc0376
3 changed files with 0 additions and 1 deletions
|
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
lib.nixvim.plugins.mkVimPlugin {
|
||||
name = "moonfly";
|
||||
colorscheme = "moonfly";
|
||||
package = "vim-moonfly-colors";
|
||||
isColorscheme = true;
|
||||
|
||||
maintainers = [ lib.maintainers.AidanWelch ];
|
||||
|
||||
globalPrefix = "moonfly";
|
||||
settingsExample = {
|
||||
Italics = true;
|
||||
NormalFloat = false;
|
||||
TerminalColors = true;
|
||||
Transparent = false;
|
||||
Undercurls = true;
|
||||
UnderlineMatchParen = false;
|
||||
VirtualTextColor = false;
|
||||
WinSeparator = 1;
|
||||
};
|
||||
}
|
||||
|
|
@ -2,7 +2,6 @@
|
|||
imports = [
|
||||
./cmp
|
||||
|
||||
./colorschemes/moonfly.nix
|
||||
./colorschemes/nightfox.nix
|
||||
./colorschemes/nord.nix
|
||||
./colorschemes/one.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue