plugins/obsidian: remove with lib and helpers

This commit is contained in:
Austin Horstman 2025-02-01 19:52:14 -06:00
parent 2b03933101
commit e68b8e9c91
No known key found for this signature in database
2 changed files with 67 additions and 65 deletions

View file

@ -183,7 +183,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
settingsOptions =
let
opts = import ./options.nix { inherit lib helpers; };
opts = import ./options.nix { inherit lib; };
in
{
dir = helpers.mkNullOrOption types.str ''