Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/max397574/neorg-contexts
https://github.com/max397574/neorg-contexts
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/max397574/neorg-contexts
- Owner: max397574
- Created: 2022-04-04T12:52:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T21:24:39.000Z (9 months ago)
- Last Synced: 2024-08-04T05:01:50.127Z (3 months ago)
- Size: 16.6 KB
- Stars: 27
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-neorg - Neorg Contexts - A neorg module that will display the headings you're currently inside at the top of the buffer. (Neorg Modules)
README
# Neorg Contexts
Neorg Contexts is a neorg module that will display the headings you're currently inside at the top of the buffer.
This is really similar to [nvim-treesitter-context](https://github.com/romgrk/nvim-treesitter-context).
The reason why this is a separate repository is that this is specifically for neorg and would require a lot of changes in the code of nvim-treesitter-context.![neorg_contexts](https://user-images.githubusercontent.com/81827001/163712934-a4eef3db-17bd-4d31-9146-fea345521b94.png)
You can use load this module by putting
```lua
["external.context"] = {},
```
into your setup.## ❤️ Support
If you like the projects I do and they can help you in your life you can support my work with [github sponsors](https://github.com/sponsors/max397574).
Every support motivates me to continue working on my open source projects.