2024-01-14 18:48:53 -03:00
|
|
|
return {
|
2024-04-18 16:21:39 -03:00
|
|
|
-- "nvim-neorg/neorg",
|
|
|
|
-- build = ":Neorg sync-parsers",
|
|
|
|
-- -- tag = "*",
|
|
|
|
-- dependencies = { "nvim-lua/plenary.nvim" },
|
|
|
|
-- config = function()
|
|
|
|
-- require("neorg").setup {
|
|
|
|
-- load = {
|
|
|
|
-- ["core.defaults"] = {},
|
|
|
|
-- ["core.completion"] = {
|
|
|
|
-- config = {
|
|
|
|
-- engine = "nvim-cmp"
|
|
|
|
-- },
|
|
|
|
-- },
|
|
|
|
-- ["core.concealer"] = {
|
|
|
|
-- config = {
|
|
|
|
-- icon_preset = "diamond",
|
|
|
|
-- },
|
|
|
|
-- },
|
|
|
|
-- ["core.dirman"] = {
|
|
|
|
-- config = {
|
|
|
|
-- workspaces = {
|
|
|
|
-- notes = "~/study/notes",
|
|
|
|
-- },
|
|
|
|
-- default_workspace = "notes",
|
|
|
|
-- index = "001_index.norg"
|
|
|
|
-- },
|
|
|
|
-- },
|
|
|
|
-- },
|
|
|
|
-- }
|
|
|
|
-- end,
|
2024-01-14 18:48:53 -03:00
|
|
|
}
|