Folke Lemaitre
Folke Lemaitre
extras are auto-generated, so I can't merge this. You need to update the templates instead.
I've been using that plugin for a while as a replacement for headlines.nvim. The only thing keeping me from changing it for now, is that the plugin doesn't properly deal...
This is what I'm using right now as a reference: ```lua { "OXY2DEV/markview.nvim", enabled = true, opts = { checkboxes = { enable = false }, links = { inline_links...
I've been working on support for tokyonight as well, but like I said, the plugin currently doesn't use default groups like I configured in the spec.
Right, indeed a different plugin. I tried the one from this PR as well, but I had issues with it. Don't remember what it was though. Need to check again.
Found the biggest reason. `markdown.nvim` does not use `nvim_buf_attach`, which makes it slower.
That's because I didn't push my changes in tokyonight yet. Waiting till https://github.com/OXY2DEV/markview.nvim/issues/61 is done.
@MeanderingProgrammer looks I was wrong on that indeed. Thank you for clarifying! Will take a closer look to markdown.nvim again as well! For optimizing performance, a combination of `nvim_buf_attach` with...
@MeanderingProgrammer I like it a lot! The only thing I would like to change is to disable the heading icons, but that currently doesn't seem possible?
And the only thing I prefer with markview.nvim, is that the bg for codeblocks does not extend to the whole width of the screen