Skip to content

Commit 0d160c1

Browse files
committed
plugins/obsidian: options -> settings-options
Ignored by our list-plugins
1 parent 86cc038 commit 0d160c1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

plugins/by-name/obsidian/default.nix

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

2323
settingsOptions =
2424
let
25-
opts = import ./options.nix { inherit lib; };
25+
opts = import ./settings-options.nix { inherit lib; };
2626
in
2727
{
2828
dir = helpers.mkNullOrOption types.str ''

0 commit comments

Comments
 (0)