Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 654 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 654 Bytes

Vim Webserver

Preview your web development in your browser in real time.

A dead-simple live server for Vim/NeoVim
Supporting live-server, browser-sync, and PHP.
Opens your default browser automatically.

Usage

Start server:

StartLiveServer

StartBrowserSync

StartPHPServer

Start server on specific port:

StartLiveServerOnPort N
StartLiveServerOnPort 2222

StartBrowserSyncOnPort N
StartBrowserSyncOnPort 3001

StartPHPServerOnPort N
StartPHPServerOnPort 7777

Kill server:

KillLiveServer

KillBrowserSync

KillPHPServer