MeanderingProgrammer / markdown.nvim

Plugin to improve viewing Markdown files in Neovim
MIT License
503 stars 20 forks source link

Feat: Command to switch to source mode while in normal mode. #4

Closed Feel-ix-343 closed 3 months ago

Feel-ix-343 commented 4 months ago

Sometimes I want to see the source in normal mode.

MeanderingProgrammer commented 3 months ago

Seems reasonable enough

MeanderingProgrammer commented 3 months ago

Added feature in: https://github.com/MeanderingProgrammer/markdown.nvim/commit/fea6f3de62d864633ffe4e1e0fd92d1e746f77ed

Can use RenderMarkdownToggle user command or hookup a keymap to the require('render-markdown').toggle() function.