A dead-simple live server for Vim/NeoVim
Supporting live-server, browser-sync, and PHP.
Opens your default browser automatically.
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