mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-23 10:49:41 +01:00
colorschemes/one: migrate to by-name
This commit is contained in:
parent
1568905212
commit
13f8fc39fb
3 changed files with 0 additions and 1 deletions
|
|
@ -1,26 +0,0 @@
|
|||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
lib.nixvim.plugins.mkVimPlugin {
|
||||
name = "one";
|
||||
isColorscheme = true;
|
||||
package = "vim-one";
|
||||
globalPrefix = "one_";
|
||||
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
settingsOptions = {
|
||||
allow_italics = lib.nixvim.defaultNullOpts.mkFlagInt 0 ''
|
||||
Whether to enable _italic_ (as long as your terminal supports it).
|
||||
'';
|
||||
};
|
||||
|
||||
settingsExample = {
|
||||
allow_italics = true;
|
||||
};
|
||||
|
||||
extraConfig = {
|
||||
opts.termguicolors = lib.mkDefault true;
|
||||
};
|
||||
}
|
||||
|
|
@ -2,7 +2,6 @@
|
|||
imports = [
|
||||
./cmp
|
||||
|
||||
./colorschemes/one.nix
|
||||
./colorschemes/onedark.nix
|
||||
./colorschemes/oxocarbon.nix
|
||||
./colorschemes/palette.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue