18
lua/taken/plugins/neorg.lua
Normal file
18
lua/taken/plugins/neorg.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
local status, neorg = pcall(require, "neorg")
|
||||
if not status then
|
||||
return
|
||||
end
|
||||
|
||||
neorg.setup({
|
||||
load = {
|
||||
["core.defaults"] = {},
|
||||
["core.concealer"] = {},
|
||||
["core.dirman"] = {
|
||||
config = {
|
||||
workspaces = {
|
||||
main = "~/neorg/main",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user