Compare commits
7 Commits
v1.3
..
d7cafe13f9
| Author | SHA1 | Date | |
|---|---|---|---|
| d7cafe13f9 | |||
| 83c2cc26ff | |||
| 2c994818e3 | |||
| 419a2cdc2c | |||
| 089fcab83b | |||
| bb6cd297c2 | |||
| 620574ea19 |
@@ -0,0 +1,21 @@
|
||||
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,
|
||||
}
|
||||
Reference in New Issue
Block a user