Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
/ adoclive.vim Public archive

A live preview plugin for Asciidoc and Markdown files

License

Notifications You must be signed in to change notification settings

rinx/adoclive.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adoclive.vim

A live preview plugin for Asciidoc and Markdown.

Requirements

  • denops.vim

  • Deno 1.28.0 or later

Usage

After opening a buffer in your Vim/Neovim, please execute the command :Adoclive. A live preview session will be started and a browser tab will be opened automatically.
:AdocliveClose closes the session.

The configuration parameters are shown below.

Table 1. Configurations

variable

description

default

g:adoclive#server_host

hostname of the preview server

127.0.0.1

g:adoclive#server_port

port number of the preview server

0 means random port

g:adoclive#open_browser

if enabled, preview page will be opened automatically

v:true