-
-
Notifications
You must be signed in to change notification settings - Fork 215
Cookbook
github-actions[bot] edited this page Apr 20, 2024
·
1 revision
This document details a bunch of snippets and prebuilt configurations for individual modules for a just works experience.
Tip
If you're looking for a quickstart setup to get you started with Neorg, check out the kickstart page instead.
-
In your Neorg configuration:
load = { ["core.defaults"] = {}, ["core.completion"] = { config = { engine = "nvim-cmp", } }, ["core.integrations.nvim-cmp"] = {}, }
-
In your
nvim-cmp
configuration:sources = cmp.config.sources({ -- ... your other sources here { name = "neorg" }, })
- A terminal with kitty graphics protocol support (kitty/ghostty)
-
image.nvim
installed and set up
-
In your Neorg configuration:
load = { ["core.integrations.image"] = {}, ["core.latex.renderer"] = {}, }
-
Place some maths within maths blocks (
$| ... |$
):$|Hello, \LaTeX|$
-
Run
:Neorg render-latex
.
core.autocommands
core.clipboard
core.clipboard.code-blocks
core.completion
core.concealer
core.defaults
core.dirman
core.dirman.utils
core.esupports.hop
core.esupports.indent
core.esupports.metagen
core.export
core.export.markdown
core.fs
core.highlights
core.integrations.coq_nvim
core.integrations.nvim-cmp
core.integrations.nvim-compe
core.integrations.treesitter
core.itero
core.journal
core.keybinds
core.latex.renderer
core.looking-glass
core.neorgcmd
core.neorgcmd.commands.return
core.pivot
core.presenter
core.promo
core.qol.toc
core.qol.todo_items
core.queries.native
core.scanner
core.storage
core.summary
core.syntax
core.tangle
core.tempus
core.text-objects
core.todo-introspector
core.ui
core.ui.calendar