vim-live-server icon indicating copy to clipboard operation
vim-live-server copied to clipboard

Live-Server should open the current file rather than index.html

Open pkradiator opened this issue 6 months ago • 2 comments

Suppose you have two files in your cwd , index.html and about.html. If you have about.html open in vim and you run :StartLiveServer it should check if the file in the current buffer is in html file and if so then it should open it rather than opening index.html.

pkradiator avatar Aug 09 '24 08:08 pkradiator