Skip to content

Instantly share code, notes, and snippets.

@rithulkamesh
Created April 17, 2023 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rithulkamesh/fe2e8a41a1f8a781675d01e94f0f8cff to your computer and use it in GitHub Desktop.
Save rithulkamesh/fe2e8a41a1f8a781675d01e94f0f8cff to your computer and use it in GitHub Desktop.
My Neorg Config
require('neorg').setup {
load = {
["core.defaults"] = {},
["core.norg.concealer"] = {
config = {
folds = false
}
},
["core.norg.dirman"] = {
config = {
workspaces = { notes = "~/neorg" },
default_workspace = "notes",
},
index = "index.norg"
},
["core.norg.completion"] = {
config = {
engine = "nvim-cmp"
}
},
["core.export"] = {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment