ITADN

:LiveServerStart Freezes Neovim

#11ClosedZackBz 创建于 2024-07-05
Z
ZackBzcommented
I believe that I have the correct setup from the docs. I am using Lazy and Bun though. This is my setup: ```lua { "barrett-ruth/live-server.nvim", build = { "bun add -g live-server@1.2.1" }, cmd = { "LiveServerStart", "LiveServerStop" }, config = true, }, ``` Some more context: I can run `live-server .` in my project dir and live-server will start or i can run `bunx live-server .` in my project dir which will also start live-server. The reason for 1.2.1 is because of an issue with Live Server and Linux on the latest version. I have run `:checkhealth` and everything seems fine as far as I can tell. However, if i run the command, `:LiveServerStart` within Neovim, it will freeze and become unresponsive so I need to close and reopen it. I have a feeling I maybe reconfigured something and I don't see it. TIA!
关闭于 2024-08-03 2 条评论