Skip to content

Commit e68b8e9

Browse files
committed
plugins/obsidian: remove with lib and helpers
1 parent 2b03933 commit e68b8e9

File tree

2 files changed

+67
-65
lines changed

2 files changed

+67
-65
lines changed

plugins/by-name/obsidian/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
183183

184184
settingsOptions =
185185
let
186-
opts = import ./options.nix { inherit lib helpers; };
186+
opts = import ./options.nix { inherit lib; };
187187
in
188188
{
189189
dir = helpers.mkNullOrOption types.str ''

0 commit comments

Comments
 (0)