mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/obsidian: add missing word in description
add missing word in description of option `plugins.obsidian.settings.workspaces.*.path`
This commit is contained in:
parent
092e5ed56a
commit
e24e40e5f1
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
|
||||
path = mkOption {
|
||||
type = with lib.types; maybeRaw str;
|
||||
description = "The of the workspace.";
|
||||
description = "The path of the workspace.";
|
||||
};
|
||||
|
||||
overrides = opts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue