Skip to content

davinche/godown-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

godown.vim

gif

A vim plugin for Godown.

Godown.vim and Godown are both heavily inspired by Livedown.

Commands

The following commands are available

" launch the Godown server and preview your markdown
:GodownPreview

" stop the Godown server
:GodownKill

" Toggle the Godown server
:GodownToggle

" Live Preview
:GodownLiveToggle

" You can also add key bindings to preview your markdown
nmap <leader>md <Plug>(GodownLiveToggle)

Configuration

The following are variables you can customize.

" should the preview be shown automatically when a markdown buffer is opened
let g:godown_autorun = 0

" the port to run the Godown server on
let g:godown_port = 1337

License

MIT

About

Vim plugin for Godown Markdown Previewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published