You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hello!
I often have several markdown files opened in Neovim, and, sometimes (but quite often, in fact) I use :diffthis to compare 2 or 3 buffers between them. The highlights, however, make the comparison very confusing, so I use :syntax off on the diff buffers, while keeping the highlight in the other displayed buffers.
Describe the solution you'd like
It would be nice if it was possible to do the same thing using render-markdown.
So I'd like to be able to use :RenderMarkdown disable and TSBufDisable highlight on the diff buffers only, while keeping RenderMarkdown active in the other windows.
Describe alternatives you've considered
Reading the README one more time, it seems quite clear that :RenderMarkdown disable affects all buffers. Would it be possible to have a function to enable or disable render-markdown in each buffer separately?
Or is it already possible to limit the scope of :RenderMarkdown enable to the active buffer?
Thank you very much for your help!
Additional information
No response
The text was updated successfully, but these errors were encountered:
## Details
Request: #313
Adds the following commands:
- `buf_enable`
- `buf_disable`
- `buf_toggle`
These are the same as the commands without the `buf_` prefix, but are
run for the current buffer only, instead of all attached buffers.
Is your feature request related to a problem? Please describe.
Hello!
I often have several markdown files opened in Neovim, and, sometimes (but quite often, in fact) I use
:diffthis
to compare 2 or 3 buffers between them. The highlights, however, make the comparison very confusing, so I use:syntax off
on thediff
buffers, while keeping the highlight in the other displayed buffers.Describe the solution you'd like
It would be nice if it was possible to do the same thing using render-markdown.
So I'd like to be able to use
:RenderMarkdown disable
andTSBufDisable highlight
on thediff
buffers only, while keeping RenderMarkdown active in the other windows.Describe alternatives you've considered
Reading the README one more time, it seems quite clear that
:RenderMarkdown disable
affects all buffers. Would it be possible to have a function to enable or disable render-markdown in each buffer separately?Or is it already possible to limit the scope of
:RenderMarkdown enable
to the active buffer?Thank you very much for your help!
Additional information
No response
The text was updated successfully, but these errors were encountered: