mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-30 23:55:15 +02:00
plugins/colorschemes: migrate helpers -> lib.nixvim
This commit is contained in:
parent
b470800240
commit
fba168aba7
20 changed files with 236 additions and 220 deletions
|
@ -1,11 +1,10 @@
|
|||
{
|
||||
lib,
|
||||
helpers,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
helpers.vim-plugin.mkVimPlugin config {
|
||||
lib.nixvim.vim-plugin.mkVimPlugin config {
|
||||
name = "one";
|
||||
isColorscheme = true;
|
||||
originalName = "vim-one";
|
||||
|
@ -15,7 +14,7 @@ helpers.vim-plugin.mkVimPlugin config {
|
|||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
settingsOptions = {
|
||||
allow_italics = helpers.defaultNullOpts.mkBool false ''
|
||||
allow_italics = lib.nixvim.defaultNullOpts.mkBool false ''
|
||||
Whether to enable _italic_ (as long as your terminal supports it).
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue