bug: The plugin crashes when executing :LiveServerStart in oil.nvim window #34
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/live-server.nvim#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Prerequisites
Neovim version
Operating system
Linux Mint 22.1 Cinnamon
Description
Whenever you try to execute the command :LiveServerStart inside of a oil.nvim window (or buffer, sorry if I confuse the terminology), it crashes the entire text-editor. It just leaves you with with a frozen oil.nvim window.
It also makes the CPU to start rising temperature, but I don't know if that is a result of the plugin crashing or if it comes from another place.
Crashed window screenshot:

Note: I tried with repro.lua and I get the same results, the crash and the rising CPU temperature.
Steps to reproduce
Health check
Minimal reproduction
@nicolasRuarte working on this right now - including the erroneous healthcheck.
Very sorry about this. Had never run from an
oil:///buffer - made a forward looking fix here. Thanks and LMK if it fixes your issue.Hi! Thank you very much! It now runs without problems, even the checkhealth
bet. yeah, i noticed the checkhealth was garbage xd.
Hoping the latest setup changes and lua-oriented code (no more
live-server) have been working well for you.Thanks for using the plugin!