fix: move readme
This commit is contained in:
parent
76199cefaa
commit
8d6605cbac
1 changed files with 0 additions and 0 deletions
23
README.md
Normal file
23
README.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue