neorg: dirman not working, ugly fix
This commit is contained in:
@ -38,35 +38,3 @@ vim.api.nvim_set_keymap("n", "<Leader>nee", ":Neorg export to-file /tmp/neorg-ex
|
||||
{ noremap = true, silent = true, desc = "[N]eorg [E]xport Predefined" })
|
||||
vim.api.nvim_set_keymap("n", "<Leader>nef", ":Neorg export to-file ",
|
||||
{ noremap = true, silent = true, desc = "[N]eorg [E]xport [F]ile" })
|
||||
|
||||
local neorg = require('neorg')
|
||||
|
||||
neorg.setup {
|
||||
load = {
|
||||
["core.defaults"] = {},
|
||||
["core.concealer"] = {
|
||||
config = {
|
||||
icon_preset = "diamond",
|
||||
}
|
||||
},
|
||||
["core.dirman"] = {
|
||||
config = {
|
||||
workspaces = {
|
||||
notes = "~/Sync/neorg",
|
||||
},
|
||||
default_workspace = "notes",
|
||||
}
|
||||
},
|
||||
["core.export"] = {
|
||||
config = {
|
||||
export_dir = "<export-dir>/<language>",
|
||||
},
|
||||
},
|
||||
["core.esupports.metagen"] = {
|
||||
config = {
|
||||
author = "Chouhartem",
|
||||
type = "empty",
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user