This commit is contained in:
2024-12-20 23:01:15 -05:00
parent abc55c6d4e
commit 1c89a70e0d
10 changed files with 655 additions and 111 deletions

View File

@@ -370,33 +370,33 @@ lib,
picker = "minipick";
};
};
obsidian = {
enable = true;
settings = {
completion = {
min_chars = 1;
nvim_cmp = true;
};
notes_subir = "notes";
new_notes_location = "notes_subdir";
templates = {
folder = "templates";
};
workspaces = [
{
name = "personal";
path = "~/vaults/personal";
}
];
picker = {
name = "mini.pick";
};
daily_notes = {
folder = "dailies";
default_tags = [ "type/daily" ];
};
};
};
# obsidian = {
# enable = true;
# settings = {
# completion = {
# min_chars = 1;
# nvim_cmp = true;
# };
# notes_subir = "notes";
# new_notes_location = "notes_subdir";
# templates = {
# folder = "templates";
# };
# workspaces = [
# {
# name = "personal";
# path = "~/vaults/personal";
# }
# ];
# picker = {
# name = "mini.pick";
# };
# daily_notes = {
# folder = "dailies";
# default_tags = [ "type/daily" ];
# };
# };
# };
# render-markdown = {
# enable = true;
# };