added obsidian support
This commit is contained in:
parent
2d148ca17a
commit
f8ba8fb8ee
1 changed files with 17 additions and 0 deletions
|
@ -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";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue