No description
## Problem Users who want keybindings must call Lua functions directly or wrap commands in closures. There is no stable public API for key binding. ## Solution Define <Plug> mappings in the plugin file and document them in a new MAPPINGS section in the vimdoc. |
||
|---|---|---|
| .github | ||
| doc | ||
| lua | ||
| plugin | ||
| .editorconfig | ||
| .gitignore | ||
| .luarc.json | ||
| .pre-commit-config.yaml | ||
| LICENSE | ||
| live-server.nvim-scm-1.rockspec | ||
| README.md | ||
| selene.toml | ||
| stylua.toml | ||
| vim.toml | ||
live-server.nvim
Live reload HTML, CSS, and JavaScript files inside Neovim with the power of live-server.
Installation
Install with your package manager or via luarocks:
luarocks install live-server.nvim
Dependencies
- live-server (install globally via npm/yarn)
Documentation
:help live-server.nvim