mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/obsidian: options -> settings-options
Ignored by our list-plugins
This commit is contained in:
parent
86cc03863f
commit
0d160c19d6
2 changed files with 1 additions and 1 deletions
|
@ -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 ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue