neovim: add extended obsidian plugin module
This commit is contained in:
parent
928db722b4
commit
acb87b6bb1
14 changed files with 139 additions and 34 deletions
|
|
@ -1,10 +1,17 @@
|
|||
{
|
||||
vim = {
|
||||
notes = {
|
||||
obsidian = {
|
||||
obsidianExtended = {
|
||||
enable = true;
|
||||
setupOpts = {
|
||||
dir = "~/Documents/notes";
|
||||
daily_notes = {
|
||||
folder = "~/Documents/notes/dailies";
|
||||
};
|
||||
templates = {
|
||||
folder = "~/Documents/notes/templates";
|
||||
};
|
||||
ui.enable = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue