custom_handler for org files #359
0fflineuser
started this conversation in
Show and tell
Replies: 1 comment
-
I personally think that having 2 plugins (one for Thanks for sharing! I'm going to move this to a discussions as a "Show and tell" in case others want to do this as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First of all thanks for the plugin, I like it a lot.
I wanted to migrate from headlines.nvim as I didn't like having 2 different plugins for the same thing so I made a custom_handler for org files.
I just copy pasted the code from headlines.nvim in the custom-handler and I made an issue to share it.
Also we need the "nvim-orgmode/orgmode" plugin installed as the org parser was removed from treesitter, so I added it to the dependencies.
Here is my config, I use lazy.nvim :
Beta Was this translation helpful? Give feedback.
All reactions