Skip to content

jeangnc/neorg-breadcrumbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

neorg-breadcrumbs

A small Neorg external module that shows the current heading context as a single line.

Example:

Project > Planning > Milestones

Install

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"] = {},
  },
})

Notes

  • Only renders in norg buffers.
  • Context line is updated on scroll, buffer enter, window enter, and cursor move.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors