Vim Chrome Devtools Save Abandoned

Neovim integration with Chrome DevTools

Project README

Archived: A pure Lua version of this is available on https://github.com/carlosrocha/chrome-remote.nvim

vim-chrome-devtools

This plugin uses chrome-remote-interface to connect to your Google Chrome instance.

CSS reload

More screencasts can be seen here.

Requirements

Tested on node 8.5.0 and Google Chrome 61.

Installation

Using vim-plug

Plug 'carlosrocha/vim-chrome-devtools', { 'do': 'bash install.sh' }

After installing or updating you need to run :UpdateRemotePlugins and restart Neovim.

Variables

  • g:ChromeDevTools_host: Chrome host, localhost by default.
  • g:ChromeDevTools_port: Chrome port, 9222 by default.

Commands

  • ChromeDevToolsConnect

Functions

  • ChromeDevTools_Page_reload()
  • ChromeDevTools_Runtime_evaluate()
  • ChromeDevTools_CSS_createStyleSheet()
Open Source Agenda is not affiliated with "Vim Chrome Devtools" Project. README Source: carlosrocha/vim-chrome-devtools
Stars
62
Open Issues
0
Last Commit
9 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating