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,6 +1,5 @@
|
|||
{
|
||||
lib,
|
||||
helpers,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
|
@ -14,7 +13,7 @@ in
|
|||
colorschemes.dracula = {
|
||||
enable = mkEnableOption "dracula";
|
||||
|
||||
package = helpers.mkPluginPackageOption "dracula" pkgs.vimPlugins.dracula-vim;
|
||||
package = lib.nixvim.mkPluginPackageOption "dracula" pkgs.vimPlugins.dracula-vim;
|
||||
|
||||
bold = mkOption {
|
||||
type = types.bool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue