Live server for Vim/Nvim (unofficial plugin).
Little development server with live reload capability.
Installation
Install nodejs and live-server npm package. Make sure you have npm in your PATH
.
This line should work with vim-plug:
" live-server
Plug 'manzeloth/live-server'
then restart Vim/Nvim and run :PlugInstall
.
Usage
Type :LiveServer start
to open a new instance of live-server in your web browser.
Type :LiveServer stop
to close all instances of live-server.
Credits
All credits goes to Tapio Vierros. This unofficial plugin uses Live Server which is under the MIT License.