We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The shime/vim-livedown plugin adds support for Livedown (Live Markdown Previews) for Vim.
It requires the livedown NPM to be globally available!
livedown
let g:livedown_autorun = 0 let g:livedown_open = 1 let g:livedown_port = 1337
The text was updated successfully, but these errors were encountered:
Add vim-livedown
d3064b6
The "shime/vim-livedown" (1) plugin adds support for "Livedown" (2) (Live Markdown Previews) for Vim. It requires the "livedown" (3) NPM to be globally available! The plugin has been configured to open the browser on preview, running on port 1337. References: (1) https://github.com/shime/vim-livedown (2) https://github.com/shime/livedown (3) https://www.npmjs.com/package/livedown GH-45
Merge pull request #47 from arcticicestudio/feature/gh-45-vim-livedow…
3948063
…n-plugin Add vim-livedown
No branches or pull requests
The shime/vim-livedown plugin adds support for Livedown (Live Markdown Previews) for Vim.
It requires the
livedown
NPM to be globally available!Plugin Configuration
The text was updated successfully, but these errors were encountered: