mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 17:03:31 +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 =
|
settingsOptions =
|
||||||
let
|
let
|
||||||
opts = import ./options.nix { inherit lib; };
|
opts = import ./settings-options.nix { inherit lib; };
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
dir = helpers.mkNullOrOption types.str ''
|
dir = helpers.mkNullOrOption types.str ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue