browserlink.vim icon indicating copy to clipboard operation
browserlink.vim copied to clipboard

Live browser editing for Vim

Results 19 browserlink.vim issues
Sort by recently updated
recently updated
newest added

I m interested in your plugin but have few issue installing on my neovim. is this project still supported ?

Got this error while trying to get browserlink to run: ``` Error detected while processing /Users/xxx/.vim/plugged/browserlink.vim/autoload/browserlink .vim: line 10: E836: This Vim cannot execute :python after using :py3 E263: Sorry,...

Hi, Great work for this project ! Except that was not working for me because I'm using vim compiled with python3 support not python so the autoload/browserlink.vim script was giving...

I've been trying browserlink with Vim, and it works great: the node server just starts after the first save, as expected. But when using Neovim (with python 2.7 support), the...

I just wondering if Node.js is only refresh the web page, which can be done also by Javascript right? And the advantage is we needn't to install Node.js...

Hey Jonathan, I added a package.json file to easily pull dependencies for browserlink.vim and made a small change to the readme to explain the additional installation step. I love your...

Hello! And thanks for a wonderful vim plugin! I'm not new to vim, but right now I'm trying to get my way into web programming. I don't know any js...

The plugin didn't work for windows until I removed this. Since the script already changes the present working directory to the appropriate folder, the './' isn't necessary anyway.

First of all, nice plugin, I've been using it for a few weeks. CSS and HTML files works fine. I'm having an issue only with the js files. I need...