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;
|
emoji.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
options = {
|
||||||
|
conceallevel = 3;
|
||||||
|
};
|
||||||
notes.neorg = {
|
notes.neorg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
treesitter = {
|
treesitter = {
|
||||||
|
|
@ -51,9 +54,6 @@
|
||||||
};
|
};
|
||||||
setupOpts.load = {
|
setupOpts.load = {
|
||||||
"core.defaults".enable = true;
|
"core.defaults".enable = true;
|
||||||
"core.concealer".config = {
|
|
||||||
conceallevel = 3;
|
|
||||||
};
|
|
||||||
"core.dirman".config = {
|
"core.dirman".config = {
|
||||||
workspaces = {
|
workspaces = {
|
||||||
second-brain = "~/second-brain";
|
second-brain = "~/second-brain";
|
||||||
|
|
@ -64,6 +64,10 @@
|
||||||
"core.journal".config = {
|
"core.journal".config = {
|
||||||
workspace = "second-brain";
|
workspace = "second-brain";
|
||||||
};
|
};
|
||||||
|
"core.summary".enable = true;
|
||||||
|
"core.summary".config = {
|
||||||
|
strategy = "by_path";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue