blob: 455b80ddd6012ff250381a47c74226071699bc03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
return {}
-- return {
-- "nvim-neorg/neorg",
-- lazy = false,
-- version = "*",
-- config = function()
-- require("neorg").setup {
-- load = {
-- ["core.defaults"] = {},
-- ["core.concealer"] = {},
-- ["core.dirman"] = {
-- config = {
-- workspaces = {
-- notes = "~/notes"
-- },
-- default_workspace = "notes"
-- }
-- },
-- }
-- }
-- end,
-- }
|