-
-
Notifications
You must be signed in to change notification settings - Fork 215
Looking Glass
github-actions[bot] edited this page Jul 16, 2024
·
30 revisions
The core.looking-glass
module magnifies code blocks and allows you to edit them in a separate buffer.
The looking glass module provides a simple way to edit code blocks in an external buffer, which allows LSPs and other language-specific tools to kick in.
The magnify command can be accessed by running :Neorg keybind all core.looking-glass.magnify-code-block
with your cursor underneath the code
block you would like to magnify - it is not bound to any key as of currently,
but you may map it yourself via the core.keybinds
module.
This module provides no configuration options!
-
core.integrations.treesitter
- A module designed to integrate Treesitter into Neorg. -
core.ui
- A set of public functions to help developers create and manage UI (selection popups, prompts...) in their modules.
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