46 lines
891 B
Markdown
46 lines
891 B
Markdown
---
|
|
name: Bug Report
|
|
about: File a bug with live-server.nvim
|
|
title: "Bug Report"
|
|
labels: ""
|
|
assignees: ""
|
|
---
|
|
|
|
<!-- Be sure you can affirm the following: -->
|
|
<!-- 1. live-server is up to date and functioning correctly (run `live-server` in the terminal) -->
|
|
<!-- 2. I have searched the issue tracker and not found a similar issue -->
|
|
|
|
### Info
|
|
|
|
- Operating System:
|
|
- `nvim --version`:
|
|
- Node package manager:
|
|
- `<node-package-manager> --version`:
|
|
- `live-server --version`:
|
|
|
|
### Configuration
|
|
|
|
<!-- Replace the below with your live-server.nvim setup -->
|
|
|
|
```lua
|
|
require('live-server').setup {
|
|
|
|
}
|
|
```
|
|
|
|
<!-- Replace the below with your *neovim* package manager setup -->
|
|
|
|
```lua
|
|
require('nvim-package-manager').setup {
|
|
-- Any special plugin config
|
|
{
|
|
'barrett-ruth/live-server.nvim',
|
|
}
|
|
}
|
|
```
|
|
|
|
</details>
|
|
|
|
### Description
|
|
|
|
<!-- A clear and concise description of the bug -->
|