/glow.nvim

A markdown preview directly in your neovim.

Primary LanguageLua

glow.nvim

A glow preview directly in your neovim buffer.

Installing

NOTE: This plugin requires Neovim 0.5 versions

Plug 'npxbr/glow.nvim', {'do': ':GlowInstall'}

Usage

:Glow [path-to-md-file]
  • Pressing q will automatically close the window
  • No path arg means glow uses current path in vim

You can also create a mapping getting a preview of the current file

nmap <leader>p :Glow<CR>

Screenshot

glow.nvim