mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-23 04:05:06 +02:00
plugins/obsidian: remove with lib and helpers
This commit is contained in:
parent
2b03933101
commit
e68b8e9c91
2 changed files with 67 additions and 65 deletions
|
@ -183,7 +183,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
|
||||
settingsOptions =
|
||||
let
|
||||
opts = import ./options.nix { inherit lib helpers; };
|
||||
opts = import ./options.nix { inherit lib; };
|
||||
in
|
||||
{
|
||||
dir = helpers.mkNullOrOption types.str ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue