diff --git a/config/plugins.nix b/config/plugins.nix index ddfffac..0e984df 100644 --- a/config/plugins.nix +++ b/config/plugins.nix @@ -232,5 +232,22 @@ neorg = { enable = true; }; + + obsidian = { + enable = true; + settings = { + completion = { + min_chars = 2; + blink = true; + }; + new_notes_location = "current_dir"; + workspaces = [ + { + name = "notes"; + path = "~/Documents/Notes"; + } + ]; + }; + }; }; }