fix some things how neovim and obsidian.nvim work
This commit is contained in:
parent
965e846234
commit
b1b781a226
1 changed files with 2 additions and 1 deletions
3
home.nix
3
home.nix
|
@ -268,6 +268,7 @@
|
|||
}
|
||||
];
|
||||
opts = {
|
||||
conceallevel = 1;
|
||||
expandtab = true;
|
||||
ignorecase = true;
|
||||
number = true;
|
||||
|
@ -313,7 +314,7 @@
|
|||
settings = {
|
||||
dir = "~/muhhMory";
|
||||
daily_notes = {
|
||||
folder = "~/muhhmory/Journal/Daily Pages";
|
||||
folder = "Journal/Daily Pages";
|
||||
template = "Daily Page.md";
|
||||
};
|
||||
templates = {
|
||||
|
|
Loading…
Reference in a new issue