33 lines
728 B
Lua
33 lines
728 B
Lua
return {
|
|
-- "nvim-neorg/neorg",
|
|
-- -- event = "BufEnter *.norg",
|
|
-- event = "VeryLazy",
|
|
-- dependencies = { { "nvim-treesitter/nvim-treesitter" }, { "nvim-lua/plenary.nvim" } },
|
|
-- build = ":Neorg sync-parsers",
|
|
-- opts = {
|
|
-- load = {
|
|
-- ["core.defaults"] = {},
|
|
-- ["core.concealer"] = {},
|
|
-- ["core.dirman"] = {
|
|
-- config = {
|
|
-- workspaces = {
|
|
-- work = "~/work/neorg/",
|
|
-- personal = "~/notes/neorg/",
|
|
-- journal = "~/notes/neorg/journal/",
|
|
-- },
|
|
-- },
|
|
-- },
|
|
-- ["core.completion"] = {
|
|
-- config = {
|
|
-- engine = "nvim-cmp",
|
|
-- },
|
|
-- },
|
|
-- ["core.presenter"] = {
|
|
-- config = {
|
|
-- zen_mode = "zen-mode",
|
|
-- },
|
|
-- },
|
|
-- },
|
|
-- },
|
|
}
|