fixed the conceallevel config, now uses vim option
also enabled the summary module, though the journal files fuck with it sadly
This commit is contained in:
parent
02ee99e5ef
commit
5c3ae818bb
1 changed files with 7 additions and 3 deletions
|
|
@ -43,6 +43,9 @@
|
|||
emoji.enable = true;
|
||||
};
|
||||
};
|
||||
options = {
|
||||
conceallevel = 3;
|
||||
};
|
||||
notes.neorg = {
|
||||
enable = true;
|
||||
treesitter = {
|
||||
|
|
@ -51,9 +54,6 @@
|
|||
};
|
||||
setupOpts.load = {
|
||||
"core.defaults".enable = true;
|
||||
"core.concealer".config = {
|
||||
conceallevel = 3;
|
||||
};
|
||||
"core.dirman".config = {
|
||||
workspaces = {
|
||||
second-brain = "~/second-brain";
|
||||
|
|
@ -64,6 +64,10 @@
|
|||
"core.journal".config = {
|
||||
workspace = "second-brain";
|
||||
};
|
||||
"core.summary".enable = true;
|
||||
"core.summary".config = {
|
||||
strategy = "by_path";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue