mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-10 15:49:48 +01:00
notes/obsidian: remove default dir-value
This commit is contained in:
parent
ea056532bc
commit
b0fb0a93cb
1 changed files with 0 additions and 6 deletions
|
@ -24,12 +24,6 @@ in {
|
|||
enable = mkEnableOption "complementary neovim plugins for Obsidian editor";
|
||||
|
||||
setupOpts = mkPluginSetupOption "Obsidian.nvim" {
|
||||
dir = mkOption {
|
||||
type = str;
|
||||
default = "~/my-vault";
|
||||
description = "Obsidian vault directory";
|
||||
};
|
||||
|
||||
daily_notes = {
|
||||
folder = mkOption {
|
||||
type = nullOr str;
|
||||
|
|
Loading…
Reference in a new issue