We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4595a7c commit eb50c5dCopy full SHA for eb50c5d
README.md
@@ -12,7 +12,6 @@ Highly opinionated Neorg add-on to streamline organising your life in plain-text
12
</div>
13
14
<!--toc:start-->
15
-- [NeorgExtras](#neorgextras)
16
- [System Prerequisites](#system-prerequisites)
17
- [Installation](#installation)
18
- [`lazy.nvim`](#lazynvim)
@@ -95,7 +94,7 @@ return {
95
94
}
96
},
97
-- OPTIONAL
98
- ["external.agenda"] = {}, -- OPTIONAL if you don't want the agenda features
+ ["external.agenda"] = {},
99
["external.roam"] = {
100
config = {
101
fuzzy_finder = "Telescope" -- OR "Fzf" ... Defaults to "Telescope"
0 commit comments