Update
This commit is contained in:
@@ -2,8 +2,15 @@
|
||||
programs.nixvim.plugins.obsidian = {
|
||||
enable = config.var.obsidian;
|
||||
settings = {
|
||||
dir = "~/nextcloud/Notes";
|
||||
completion = {
|
||||
min_chars = 2;
|
||||
nvim_cmp = true;
|
||||
};
|
||||
disable_frontmatter = true;
|
||||
workspaces = [{
|
||||
name = "note";
|
||||
path = "~/nextcloud/Notes";
|
||||
}];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user