Using Live Server with Neovim

What is Live Server?

Live-server is an npm package that will allow you to see real time changes for .html files in your browser.

Note

You will need to have node & npm installed I have a blog post about installing node using fnm here

Install

Commands

You can have live server monitor and html file like this:

Or watch a directory like this:


Tagged in neovim