plugins/obsidian: options -> settings-options

Ignored by our list-plugins
This commit is contained in:
Austin Horstman 2025-02-01 19:56:28 -06:00
parent 86cc03863f
commit 0d160c19d6
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

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