23 lines
489 B
Markdown
23 lines
489 B
Markdown
# live-server.nvim
|
|
|
|
Live reload HTML, CSS, and JavaScript files inside Neovim with the power of
|
|
[live-server](https://www.npmjs.com/package/live-server).
|
|
|
|
## Installation
|
|
|
|
Install with your package manager or via
|
|
[luarocks](https://luarocks.org/modules/barrettruth/live-server.nvim):
|
|
|
|
```
|
|
luarocks install live-server.nvim
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- [live-server](https://www.npmjs.com/package/live-server) (install globally via npm/yarn)
|
|
|
|
## Documentation
|
|
|
|
```vim
|
|
:help live-server.nvim
|
|
```
|