fix some things how neovim and obsidian.nvim work

This commit is contained in:
Markus Heurung 2024-06-12 12:21:59 +02:00
parent 965e846234
commit b1b781a226

View file

@ -268,6 +268,7 @@
} }
]; ];
opts = { opts = {
conceallevel = 1;
expandtab = true; expandtab = true;
ignorecase = true; ignorecase = true;
number = true; number = true;
@ -313,7 +314,7 @@
settings = { settings = {
dir = "~/muhhMory"; dir = "~/muhhMory";
daily_notes = { daily_notes = {
folder = "~/muhhmory/Journal/Daily Pages"; folder = "Journal/Daily Pages";
template = "Daily Page.md"; template = "Daily Page.md";
}; };
templates = { templates = {