config/.config/nvim/lua/lazyvim/plugins/neorg.lua
2023-05-25 16:36:19 +09:30

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",
-- },
-- },
-- },
-- },
}