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 = {
|
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 = {
|
||||||
|
|
Loading…
Reference in a new issue