A small Neorg external module that shows the current heading context as a single line.
Example:
Project > Planning > Milestones
Use your plugin manager to add this repo, then enable it in Neorg:
require("neorg").setup({
load = {
["core.defaults"] = {},
["core.concealer"] = {},
["core.neorgcmd"] = {},
["external.context"] = {},
},
})- Only renders in
norgbuffers. - Context line is updated on scroll, buffer enter, window enter, and cursor move.