update
This commit is contained in:
@@ -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;
|
||||
# };
|
||||
|
||||
Reference in New Issue
Block a user