Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

carlosrocha/vim-chrome-devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

Neovim integration with Chrome DevTools

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published