aurum77 / live-server.nvim

A plugin to integrate live-server from Neovim
GNU General Public License v3.0
44 stars 2 forks source link

LiveServer not Working #6

Closed XNeyMo closed 3 months ago

XNeyMo commented 3 months ago

I have a folder where I have my index.html file, I put the command :LiveServerto start and be able to see what I am doing, however when I enter the address it tells me that it is not connected, in NVIM it appears Started live-server!, I entered 127.0.0.1:8080 as well as localhost:8080, neither shows me the index.html, I also tried to redirect exactly, that is :8080/index.html and none of them work.