vim-live-server
vim-live-server copied to clipboard
Live-Server should open the current file rather than index.html
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.