Skip to content

tai-no-ala-ni/bufpreview.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work in progress

✨ Markdown preview for Vim and Neovim ✨

Powerd By denops.vim🐜

introduction

Preview markdown on your browser.

Main features:

  • 💻 Multi Pratform Support (Mac/Linux/Windows)
  • 🙌 Supports Vim and Neovim
  • 📡 Sync Cursor Position
  • 🏃 Fast asynchronus updates
  • 🎨 Syntax highlight
  • ❤️ Simple Dependency and easy to install
  • 🖋 KaTeX Support

install & usage

requirements

Install with vim-plug:

Plug 'vim-denops/denops.vim'
Plug 'kat0h/bufpreview.vim'

Or install with dein.vim:

call dein#add('vim-denops/denops.vim')
call dein#add('kat0h/bufpreview.vim')

Or install with minpac:

call minpac#add('vim-denops/denops.vim')
call minpac#add('kat0h/bufpreview.vim')

Or install with Vundle:

Plugin 'vim-denops/denops.vim'
Plugin 'kat0h/bufpreview.vim'

Commands:

" Start the preview
:PreviewMarkdown
" Stop the preview
:PreviewMarkdownStop
" Toggle the window
:PreviewMarkdownToggle

Open preview window automatically:

augroup bufpreview
  autocmd!
  autocmd Filetype markdown :PreviewMarkdown
augroup END

Special Thanks

License

MIT

this plugin uses these libraly

Author

Kota Kato

About

A markdown previewer for Vim and Neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.5%
  • HTML 38.3%
  • Vim Script 2.2%